|
mplab x ide v4.05版本,安裝了c30和xc16編譯器。這次用的是xc16編譯器,出現如下error,百度無效,請大神指點下。
此外,xc16和c30編譯器有什么區別,哪個時候該用哪個?
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'D:/01_work/01_Dspic33/01_project_program/test_mplab_x_ide_xc16/test_xc16.X'
make -f nbproject/Makefile-default.mk dist/default/production/test_xc16.X.production.hex
make[2]: Entering directory 'D:/01_work/01_Dspic33/01_project_program/test_mplab_x_ide_xc16/test_xc16.X'
make[2]: *** No rule to make target 'build/default/production/ECAN1Config.o', needed by 'dist/default/production/test_xc16.X.production.hex'. Stop.
make[2]: *** Waiting for unfinished jobs....
"C:\Program Files (x86)\Microchip\xc16\v1.35\bin\xc16-gcc.exe" 2411.c -o build/default/production/2411.o -c -mcpu=33FJ256MC710A -MMD -MF "build/default/production/2411.o.d" -g -omf=elf -DXPRJ_default=default -legacy-libc -O0 -msmart-io=1 -Wall -msfr-warn=off
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
make[2]: Leaving directory 'D:/01_work/01_Dspic33/01_project_program/test_mplab_x_ide_xc16/test_xc16.X'
nbproject/Makefile-default.mk:90: recipe for target '.build-conf' failed
make[1]: Leaving directory 'D:/01_work/01_Dspic33/01_project_program/test_mplab_x_ide_xc16/test_xc16.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed
編譯已失敗 (退出值2, 總時間: 27s) |
|