#37279 - oxymen - Wed Mar 09, 2005 11:42 pm
Hi
I am strugeling to make my devkitarm work.
I now believe that the error lies in the path variable.
now, my devkitarm folder is located at C:\devkitarm
how should my path look based on this?
my surrent path is like this:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\devkitarm\bin;C:\msys\1.0\bin
The make.bat I use looks like this:
arm-elf-gcc -o pong.elf pong.c -lm
arm-elf-objcopy -O binary pong.elf pong.gba
now, this wont work as is, but if I go to C:\devkitarm\bin in cmd and write arm-elf-gcc it runs.
Please help, thanks
I am strugeling to make my devkitarm work.
I now believe that the error lies in the path variable.
now, my devkitarm folder is located at C:\devkitarm
how should my path look based on this?
my surrent path is like this:
%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\devkitarm\bin;C:\msys\1.0\bin
The make.bat I use looks like this:
arm-elf-gcc -o pong.elf pong.c -lm
arm-elf-objcopy -O binary pong.elf pong.gba
now, this wont work as is, but if I go to C:\devkitarm\bin in cmd and write arm-elf-gcc it runs.
Please help, thanks