[SDL] Cross compiling SDL for ARM
Prasanna Kumar K
prasanna at tataelxsi.co.in
Wed Jun 27 21:21:27 PDT 2007
Hi All,
I need to cross compile SDL-1.2.11 for my target=ARM.
I have ARM Tool chain available with me in my host=x86(Linux FC 3).
1)I have set PATH, where arm cross compiler (arm_v5_gcc)[I'm not sure about
the correct compiler name] is located.
$ export PATH = /ARM/.../bin:$PATH
2)after that I have done.
$ ./configure --prefix=$PREFIX --host=arm-elf
$ make
$ make install;
but the .so's which I got are not for ARM (it's still showing for Intel
x86...).
can anyone tell me where I'm missing or whether I have to do some
modification in SDL source code to cross compile it for ARM.
Regards,
Prasanna.
More information about the SDL
mailing list