#146017 - Almanac - Tue Nov 27, 2007 7:25 pm
Hey Guys!
I did some simple gba programming now for a few months and now wanting to code something for the nds!
I want to use devkitpro(arm) and palib.
I installed everything according to the instructions, set the eviroment variables correctly but because of something wiered I am always getting this error while trying to compile some examples..
I installed devkitpro just like if I where using it for gba, extracted the palib zip into the dir and set the PAPATH env var.
Maybe one of you guys could take a glance at it...
(using linux)
Thanks...
I did some simple gba programming now for a few months and now wanting to code something for the nds!
I want to use devkitpro(arm) and palib.
I installed everything according to the instructions, set the eviroment variables correctly but because of something wiered I am always getting this error while trying to compile some examples..
I installed devkitpro just like if I where using it for gba, extracted the palib zip into the dir and set the PAPATH env var.
Maybe one of you guys could take a glance at it...
Code: |
arm-eabi-g++ -g -mthumb-interwork -mno-fpu -L/home/morph/devkitpro/PAlib/lib -specs=ds_arm9.specs main.o -L/home/morph/devkitpro/PAlib/lib -lpa9 -L/home/morph/devkitpro/libnds/lib -lfat -lnds9 -ldswifi9 -o build.elf make[1]: *** [/home/morph/devkitpro/PAlibExamples/Input/Keyboard/Keyboard/Keyboard.nds] Error 127 make: *** [build] Error 2 |
(using linux)
Thanks...