Compiling Fenix On Linux


chris_r

Active Member
Joined
Jun 16, 2004
Messages
745
I was reading EvilDragons tutorial but it says that to compile for ARM you need a different compiler to the default one. There was a link included for the ARM compiler for windows but I wanted to know if there was an ARM compiler for linux

Thanks to anyone that can help
 
There is one CVS that crosscompiles on everything, so if you can get that specific CVS snap you can compile it yourself, where to find it.. pff, wouldn't know, and no time to look, joining the LudumDare competition. :)
 
I got it to work. I did this ny checking out the sources from cvs dated April 30 2004 (the date of the windows programs compile

For future reference i did this by

Code:
cvs -z3  -d:pserver:anonymous@cvs.jlceb.com:/usr/local/fenixrepos co -D "2004-3-30 21:00" Fenix
 
Back
Top