我正在尝试使用设备 PIC18f452 在 MPLAB 上构建一个空项目。这是我得到的错误:
Debug build of project 'C:\Users\Rabbiya\Desktop\MyProject.mcp' started.
Language tool versions: MPASMWIN.exe v5.35, mplink.exe v4.35
Preprocessor symbol
__DEBUG' 已定义。
2013 年 5 月 9 日星期四 20:03:42
Make:目标“C:\Users\Rabbiya\Desktop\18F452TMPO.o”已过期。执行:“C:\Users\Rabbiya\Desktop\New folder (2)\Microchip Solutions v2011-07-14\MPASM Suite\MPASMWIN.exe” /q /p18F452 "New folder (2)\Microchip Solutions v2011-07- 14\MPASM Suite\Template\Object\18F452TMPO.ASM" /l"18F452TMPO.lst" /e"18F452TMPO.err" /o"18F452TMPO.o" /d__DEBUG=1 制作:目标“C:\Users\Rabbiya\ Desktop\MyProject.cof" 已过期。执行:“C:\Users\Rabbiya\Desktop\New folder (2)\Microchip Solutions v2011-07-14\MPASM Suite\mplink.exe” "New folder (2)\Microchip Solutions v2011-07-14\MPASM Suite \LKR\18f452_g.lkr" "18F452TMPO.o" /u_DEBUG /z__MPLAB_BUILD=1 /z__MPLAB_DEBUG=1 /o"MyProject.cof" /M"MyProject.map" /W MPLINK 4.35,
链接步骤失败。
定义了项目C:\Users\Rabbiya\Desktop\MyProject.mcp' failed.
Language tool versions: MPASMWIN.exe v5.35, mplink.exe v4.35
Preprocessor symbol
__DEBUG' 的调试版本。
2013 年 5 月 9 日星期四 20:03:43
构建失败`
当我右键单击并在项目窗口中构建源文件时,它会成功构建。我应该做些什么?单独组装目录中的所有 .asm 文件?