Wite_Noiz
Member
Howdy folks.
My computer recently passed away and required completely rebuilding (mobo bios upgrades are fun!).
Anyway, obviously this meant rebuilding my development environment.
I use devkitGP2X in Eclipse (3.2) with CDT (3.1).
Before the rebuild, my linker was working poifectly with this:
But, since the rebuild, I get this response:
The arm-linux-sdl-config file exists in the correct place.
This should be easy, but I've been staring at it for days and can't think what else to try. I'm using a newer version of Eclipse and CDT than before, but the results are just command-line dumps (i.e. I get the same manually).
I'm sure one of you bright young fellas (or lasses) will be able to call me stupid and tell me straightaway, and that would be muched appreciated (though, don't mock too much).
Cheers
My computer recently passed away and required completely rebuilding (mobo bios upgrades are fun!).
Anyway, obviously this meant rebuilding my development environment.
I use devkitGP2X in Eclipse (3.2) with CDT (3.1).
Before the rebuild, my linker was working poifectly with this:
Code:
arm-linux-g++ -static ./Main.o `C:/devkitGP2X/bin/arm-linux-sdl-config --libs` -o"DevTest.gpe"
Code:
arm-linux-g++: `C:/devkitGP2X/bin/arm-linux-sdl-config: Invalid argument
This should be easy, but I've been staring at it for days and can't think what else to try. I'm using a newer version of Eclipse and CDT than before, but the results are just command-line dumps (i.e. I get the same manually).
I'm sure one of you bright young fellas (or lasses) will be able to call me stupid and tell me straightaway, and that would be muched appreciated (though, don't mock too much).
Cheers