#173149 - 3dfx - Wed Mar 24, 2010 8:54 am
Okay now that i got zlib built :D, I'm curious as to whats the proper way to build other libraries as I've ran into problems along the way. Using info from http://forum.gbadev.org/viewtopic.php?t=16876 and http://forum.gbadev.org/viewtopic.php?t=10360 I assume the general setup is:
Probllem with this is that I always get "compiler cannot create executables".
If I change the host to --host=arm-linux, configure runs fine but make always ends with
Do you guys what I'm doing wrong?
Code: |
PATH=$DEVKITARM/bin:$PATH LDFLAGS=-specs=ds_arm9.specs AR="arm-eabi-ar rc" RANLIB=arm-eabi-ranlib CC=arm-eabi-gcc prefix=somedir ./configure --host=arm-eabi |
Probllem with this is that I always get "compiler cannot create executables".
If I change the host to --host=arm-linux, configure runs fine but make always ends with
Code: |
C:\devkitpro\devkitarm\bin\arm-eabi-ar.exe: .libs/libname.a: no such file or directory. |
Do you guys what I'm doing wrong?