arm-unknown-linux-gnu-gcc:错误尝试执行' cc1':execvp:没有这样的文件或目录

时间:2016-09-18 08:28:30

标签: arm

我在Windows中配置了eclipse Neon并尝试编译与POS设备相关的代码,但是我得到错误的代码是:

13:49:58 **** Incremental Build of configuration Debug for project DemoApps ****
Info: Internal Builder is used for build
"C:\\POS\\glibc-oabi-toolchain-arm-generic\\bin\\arm-unknown-linux-gnu-gcc" "-IC:\\POS\\sdk\\sdk_8210\\include" "-IC:\\POS\\sdk\\sdk_8210\\include\\directfb" -O0 -g3 -Wall -Wundef -Wstrict-prototypes -Werror-implicit-function-declaration -Wdeclaration-after-statement -fsigned-char -marm -mapcs -mno-sched-prolog -mabi=apcs-gnu -mlittle-endian -mno-thumb-interwork -msoft-float -c -o "src\\DemoApps.o" "..\\src\\DemoApps.c" 
arm-unknown-linux-gnu-gcc: error trying to exec 'cc1': execvp: No such file or directory

13:49:58 Build Finished (took 301ms)

0 个答案:

没有答案