13:33:42 **** Incremental Build of configuration Default for project Assignment 1 ****
make all
arm-none-eabi-gcc -mlong-calls -ffunction-sections -Wall -fshort-enums -mcpu=arm7tdmi -msoft-float -fno-builtin -g -I../at91lib/include -I. -I./ -Dat91sam7s256 -c -o obj/MyLEDs.o MyLEDs.c
process_begin: CreateProcess(NULL, arm-none-eabi-gcc -mlong-calls -ffunction-sections -Wall -fshort-enums -mcpu=arm7tdmi -msoft-float -fno-builtin -g -I../at91lib/include -I. -I./ -Dat91sam7s256 -c -o obj/MyLEDs.o MyLEDs.c, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [makefile:105: obj/MyLEDs.o] Error 2
"make all" terminated with exit code 2. Build might be incomplete.
13:33:42 Build Failed. 1 errors, 0 warnings. (took 151ms)
我试图运行c代码,但是eclipse出现了一些上面显示的错误