Ok everytime I use: ./configure --host psp --prefix=$(psp-config --psp-prefix)
I get the error: checking for C compiler default output file name... configure: error: C compiler
cannot create executables
I'm not exactly sure what to do
SDL ./configure error
-
- Posts: 26
- Joined: Wed Jan 11, 2006 9:35 pm
hi!
have you used all this instruction?Building
--------
To build for the PSP, make sure psp-config is in the path and run:
./autogen.sh
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)
make
make install
i'm italian...
forgive me for my english! :)
forgive me for my english! :)
you have to run ./autogen.sh first and then this at once:
if you just run ./configure --host psp [...] alone it will throw the error you mentioned above ...
Code: Select all
LDFLAGS="-L$(psp-config --pspsdk-path)/lib -lc -lpspuser" \
./configure --host psp --prefix=$(psp-config --psp-prefix)