问题遇到的现象和发生背景
当我写完一段代码,点击编译功能,结果系统报错部分,显示如下:
The filename, directory name, or volume label syntax is incorrect.
make[2]: *** [build/default/production/mcc_generated_files/mcc.p1] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [build/default/production/mcc_generated_files/tmr2.p1] Error 1
make[2]: *** [build/default/production/mcc_generated_files/device_config.p1] Error 1
make[2]: *** [build/default/production/mcc_generated_files/adcc.p1] Error 1
make[2]: *** [build/default/production/mcc_generated_files/pwm3.p1] Error 1
make[2]: *** [build/default/production/mcc_generated_files/pin_manager.p1] Error 1
make[2]: *** [build/default/production/mcc_generated_files/eusart2.p1] Error 1
The filename, directory name, or volume label syntax is incorrect.
make[2]: *** [build/default/production/main.p1] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
操作环境、软件版本等信息
win10系统安装的 MPLAB X IDE v6.00 版本,complier是 MPLAB® XC8 Compiler v2.35 版本的
尝试过的解决方法
卸载重装,将文件复制到其他盘(路径)打开,均无效果,仍然出现同上报错
我想要达到的结果
让代码能够正常编译