Path sam7ex256&eclipse

Hi!

I try to program the development kit sam7ex256. I follow the tutorial: “Using Open Source Tools for AT91SAM7S Cross Development revision C”, but when I try to “build all” command in eclipse, appear a message in the console window:

make -k all

arm-elf-as -mapcs-32 -o crt.o crt.s

arm-elf-gcc -mcpu=arm7tdmi -I./ -c -fno-common -O0 -g -fomit-frame-pointer -Wcast-align -c -o main.o main.c

arm-elf-gcc: CreateProcess: No such file or directory

make: *** [main.o] Error 1

arm-elf-gcc -mcpu=arm7tdmi -I./ -c -fno-common -O0 -g -fomit-frame-pointer -Wcast-align -c -o lowlevelinit.o lowlevelinit.c

arm-elf-gcc: CreateProcess: No such file or directory

make: *** [lowlevelinit.o] Error 1

make: Target `all’ not remade because of errors.

I use the minimal project example (blinking led) by James Lynch.

I think the error is for the path of C/C++ Make Project. But I don’t sure.

Please, any idea?

Best regards.