Cross Compiling...


7zark7

Member
Joined
Nov 24, 2005
Messages
124
an example makefile that creates an exe and a gpe for the devkit , the one on the wiki does not seem to be geared to the devkit ...
 
I made that Makefile on the wiki, it's quite a bodge, and took a whole day to learn about makefiles. Are you referring to a WinXP devkit? If you are also using Linux, it should be a case of replacing the compiler name arm-linux-gcc or whatever with the one from the devkit.
 
I made that Makefile on the wiki, it's quite a bodge, and took a whole day to learn about makefiles. Are you referring to a WinXP devkit? If you are also using Linux, it should be a case of replacing the compiler name arm-linux-gcc or whatever with the one from the devkit.

It's not quite so simple on linux. =\ You may also need to have arm-compiled versions of the libraries
(I found this with the libSDL and libz)
 
Last edited by a moderator:
Back
Top