arm未知linux gnu gcc:尝试执行';cc1';:execvp:没有这样的文件或目录

arm未知linux gnu gcc:尝试执行';cc1';:execvp:没有这样的文件或目录,arm,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"

我已在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)

它找不到
cc1
(GCC工具链的一部分)。将
C:\POS\glibc-oabi工具链arm-generic\bin
添加到您的
路径中。正如您所说,我更改了路径。现在我有另一个错误:在路径DemoAppsIs
cc1
中找不到程序“C:\POS\glibc oabi toolchain arm generic\bin”,实际上在该
bin
目录中?在该目录中没有任何同名目录或文件听起来像是一个损坏的工具链。