MadDog
Member
I've got it compiling but the archiver is failing. Returns an error....
It gets executed with the commandline
The error message is
But this dir does exist with object files in there. This worked with the unofficial sdk in the archives. I'm trying to get the correct sdk running so that I can remove any posible compiler issues that could be causing my driver to crash.
It gets executed with the commandline
Code:
arm-gp2x-linux-ar.exe rcs "c:\GP2X\projects\K9\lib\debug\libK9d.a" c:\GP2X\projects\K9\build\Debug\*.o
Code:
arm-gp2x-linux-ar: c:\GP2X\projects\K9\build\Debug\*.o: No such file or directory
But this dir does exist with object files in there. This worked with the unofficial sdk in the archives. I'm trying to get the correct sdk running so that I can remove any posible compiler issues that could be causing my driver to crash.