#87053 - j14rk1n - Sun Jun 11, 2006 7:09 pm
I'm fairly new to GBA development, and I'm trying out devkitARM after my experiments with devkitadv a few years ago. I'd like to work my way up to DS tests eventually, but I can't seem to get things compiled to GBA format at the moment. I've tried to compile my own code, as well as the example code included with the installation, but I keep getting strange output when I try to compile. Here's the mess of jargon I get:
bash.exe: warning: could not find /tmp, please create!
bash.exe: warning: could not find /tmp, please create!
pcx_view.c
arm-eabi-gcc -MMD -MP -MF /c/devkitPro/examples/gba/graphics/PCXView/build/pcx_view.d -g -Wall -O0 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ffast-math -mthumb-interwork -I/c/devkitPro/libgba/include -I/c/devkitPro/examples/gba/graphics/PCXView/build -c /c/devkitPro/examples/gba/graphics/PCXView/src/pcx_view.c -o pcx_view.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make[1]: *** [pcx_view.o] Error 3
"make": *** [build] Error 2
Thanks in advance for the help!
bash.exe: warning: could not find /tmp, please create!
bash.exe: warning: could not find /tmp, please create!
pcx_view.c
arm-eabi-gcc -MMD -MP -MF /c/devkitPro/examples/gba/graphics/PCXView/build/pcx_view.d -g -Wall -O0 -mcpu=arm7tdmi -mtune=arm7tdmi -fomit-frame-pointer -ffast-math -mthumb-interwork -I/c/devkitPro/libgba/include -I/c/devkitPro/examples/gba/graphics/PCXView/build -c /c/devkitPro/examples/gba/graphics/PCXView/src/pcx_view.c -o pcx_view.o
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
make[1]: *** [pcx_view.o] Error 3
"make": *** [build] Error 2
Thanks in advance for the help!