Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Build 有人知道如何使用MPLAB X IDE和xc 8解决这个问题吗?它没有';我甚至不能建造_Build_Microchip_Mplab_Xc8 - Fatal编程技术网

Build 有人知道如何使用MPLAB X IDE和xc 8解决这个问题吗?它没有';我甚至不能建造

Build 有人知道如何使用MPLAB X IDE和xc 8解决这个问题吗?它没有';我甚至不能建造,build,microchip,mplab,xc8,Build,Microchip,Mplab,Xc8,在将程序加载到芯片之前,我试图构建并清理程序,但失败了。该程序正在运行并与另一个人的计算机协同工作 CLEAN SUCCESSFUL (total time: 3ms) make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf make[1]: Entering directory 'C:/expermint_1.X' make -f nbproject/Makefile-default.mk dist/default/pro

在将程序加载到芯片之前,我试图构建并清理程序,但失败了。该程序正在运行并与另一个人的计算机协同工作

CLEAN SUCCESSFUL (total time: 3ms)
make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 'C:/expermint_1.X'
make  -f nbproject/Makefile-default.mk dist/default/production/expermint_1.X.production.hex
make[2]: Entering directory 'C:/expermint_1.X'
"C:\Program Files (x86)\Microchip\xc8\v2.10\bin\xc8-cc.exe"  -mcpu=16F684 -c  -fno-short-double -fno-short-float -O0 -fasmfile -maddrqual=ignore -xassembler-with-cpp -mwarn=-3 -Wa,-a -DXPRJ_default=default  -msummary=-psect,-class,+mem,-hex,-file  -ginhx032 -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall   -std=c99 -gdwarf-3 -mstack=compiled:auto:auto     -o build/default/production/newmain.p1 newmain.c
::: advisory: (2049) C99 compliant libraries are currently not available for baseline or mid-range devices, or for enhanced mid-range devices using a reentrant stack; using C90 libraries
make[2]: *** [build/default/production/newmain.p1] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
terminate called after throwing an instance of 'std::invalid_argument'
  what():  No such file or directory
error: clang frontend command failed with exit code 3 (use -v to see invocation)
(908) exit status = 1
nbproject/Makefile-default.mk:107: recipe for target 'build/default/production/newmain.p1' failed
make[2]: Leaving directory 'C:/expermint_1.X'
nbproject/Makefile-default.mk:91: recipe for target '.build-conf' failed
make[1]: Leaving directory 'C:/expermint_1.X'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed

BUILD FAILED (exit value 2, total time: 2s)

检查包含路径。我猜xc8找不到文件。