16
ATMELTM AT91SAM7X and AVR32 / Complie / build problem
« on: November 27, 2009, 07:31:16 PM »
I'm new to all of this and would appreciate some help.
I'm trying to build the "AT91SAM7X Tutorial - Ethernet and the Simlator" project using the Win32 uTasker SAM7X plus GNU build. I have g++ lite installed form codesourcery. Anyway, I keep getting the following error.
Linking...
arm-none-eabi-gcc -march=armv4t -mlittle-endian -mthumb -mthumb-interwork -Wall -Wstrict-prototypes -I../../uTaskerV1.4 -D _GNU -D _HW_SAM7X -g -c -Os ../application.c -o Build/application.o
process_begin: CreateProcess(NULL, arm-none-eabi-gcc -march=armv4t -mlittle-endian -mthumb -mthumb-interwork -Wall -Wstrict-prototypes -I../../uTaskerV1.4 -D _GNU -D _HW_SAM7X -g -c -Os ../application.c -o Build/application.o, ...) failed.
make (e=2): The system cannot find the file specified.
cs-make: *** [Build/application.o] Error 2
Thanks for any help
I'm trying to build the "AT91SAM7X Tutorial - Ethernet and the Simlator" project using the Win32 uTasker SAM7X plus GNU build. I have g++ lite installed form codesourcery. Anyway, I keep getting the following error.
Linking...
arm-none-eabi-gcc -march=armv4t -mlittle-endian -mthumb -mthumb-interwork -Wall -Wstrict-prototypes -I../../uTaskerV1.4 -D _GNU -D _HW_SAM7X -g -c -Os ../application.c -o Build/application.o
process_begin: CreateProcess(NULL, arm-none-eabi-gcc -march=armv4t -mlittle-endian -mthumb -mthumb-interwork -Wall -Wstrict-prototypes -I../../uTaskerV1.4 -D _GNU -D _HW_SAM7X -g -c -Os ../application.c -o Build/application.o, ...) failed.
make (e=2): The system cannot find the file specified.
cs-make: *** [Build/application.o] Error 2
Thanks for any help