gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Make Error 127

#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...

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...