I'm trying to do a quick, dirty port of sdl-heretic to the gp2x. I have the gp2x dev pack for windows (mentioned in the wiki) and am able to compile the example demo application.
However, when I try to compile sdl-heretic, it makes it to the linker portion and then exits with:
c:\devkitgp2x\bin\..\lib\gcc\arm-linux\4.0.2\..\..\..\..\arm-linux\bin\ld.exe: cannot find /usr/lib/ inside c:\devkitgp2x\arm-linux\bin\../../sysroot
make: *** [sdl] Error 1
The way I read this, its expecting /usr/lib in c:\devkitgp2x\sysroot. That folder does exist, and is populated with a collection of libraries.
I'm really quite confused as to why this is happening... if anyone has any idea what could be causing this, or if I'm reading the error wrong and its expecting usr/lib somewhere else, I'd greatly appriciate the help =)
-OCA|
However, when I try to compile sdl-heretic, it makes it to the linker portion and then exits with:
c:\devkitgp2x\bin\..\lib\gcc\arm-linux\4.0.2\..\..\..\..\arm-linux\bin\ld.exe: cannot find /usr/lib/ inside c:\devkitgp2x\arm-linux\bin\../../sysroot
make: *** [sdl] Error 1
The way I read this, its expecting /usr/lib in c:\devkitgp2x\sysroot. That folder does exist, and is populated with a collection of libraries.
I'm really quite confused as to why this is happening... if anyone has any idea what could be causing this, or if I'm reading the error wrong and its expecting usr/lib somewhere else, I'd greatly appriciate the help =)
-OCA|