I did search in the forum, but still haven't found a clue.
I start the installing via calling "./toolchain-sudo.sh".
But the process stopped with the following outputs.
And here is the information from config.log.checking for suffix of object files... configure: error: cannot compute suffix o
f object files: cannot compile
See `config.log' for more details.
make[1]: *** [configure-target-libgcc] Error 1
make[1]: Leaving directory `/home/Administrator/psptoolchain/build/gcc-4.3.1/bui
ld-psp'
make: *** [all] Error 2
../scripts/002-gcc-4.3.1-stage1.sh: Failed.
ERROR: Could not run the toolchain script.
configure:2588: /home/Administrator/psptoolchain/build/gcc-4.3.1/build-psp/./gcc/xgcc -B/home/Administrator/psptoolchain/build/gcc-4.3.1/build-psp/./gcc/ -B/usr/local/pspdev/psp/bin/ -B/usr/local/pspdev/psp/lib/ -isystem /usr/local/pspdev/psp/include -isystem /usr/local/pspdev/psp/sys-include -c -O2 -g -g -O2 conftest.c >&5
configure:2591: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "GNU C Runtime Library"
| #define PACKAGE_TARNAME "libgcc"
| #define PACKAGE_VERSION "1.0"
| #define PACKAGE_STRING "GNU C Runtime Library 1.0"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2605: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
Anyone knows what could cause this kind of problem and how to fix it.
Thanks advanced.