31
Calculator C / arm-elf-gcc Compiling error
« on: May 08, 2010, 08:54:53 pm »
I have been trying to compile the demo program in the ndless directory as per the instructions in Dev.txt but I can't get it to work
When I navigate msys to the directory and type make it gives the error:
I have installed the yagarto toolchain and
How do i fix this?
When I navigate msys to the directory and type make it gives the error:
Code: [Select]
arm-elf-gcc -mcpu=arm7dtmi - Os -Wall -W -fpic -fno-merge-constants -c -I../headers -D NON_CAS demo.c
make: arm-elf-gcc: Command not found
make: *** [demo.o] Error 127
I have installed the yagarto toolchain and
Code: [Select]
G:/Program Files/yagarto/bin
and Code: [Select]
G:/Program Files/yagarto/
is in the Path variable as well as this I also downloaded devkitARM and have put that into the Path variable as well.How do i fix this?