Office Sdk And Dotnet 2005


MadDog

Member
Joined
Mar 4, 2006
Messages
262
Age
54
Location
UK
Website
www.maddoggames.com
I've got it compiling but the archiver is failing. Returns an error....

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
The error message is
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.
 
Back
Top