Talk:Cross Compiling

From PS3 Developer wiki
Jump to navigation Jump to search

Here we can discuss the common errors or problems someone might have, give advice, post or propose a solution for the problems

Common Errors

If you enable SPE support

It errors out while Installing C library the error code outputs http://pastie.org/1802072 ... hunting the error deeper this is the part that errors out

configure:3294: powerpc64-unknown-linux-gnuspe-gcc    -V >&5
powerpc64-unknown-linux-gnuspe-gcc: '-V' option must have argument
configure:3297: $? = 1
configure:3301: checking for suffix of object files
configure:3327: powerpc64-unknown-linux-gnuspe-gcc    -c -mabi=spe -mspe          -O2  conftest.c >&5
cc1: error: not configured for ABI: 'spe'
configure:3330: $? = 1
configure: failed program was:
| /* confdefs.h.  */

...leaving part of the config. log out

configure:3344: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.

--PsiCoLeO 00:54, 17 April 2011 (CDT)

Toolchain compilation issue

At this moment, the toolchain get some errors during the compilation, here the compilation process :

http://pastie.org/private/u4fbz4rzkfgnpynmr53w

Here is the build.log :

http://www.multiupload.com/VIF1JSR5EU

Personnal comment :

I'm gonna retry it, again... apparently, this issue is caused by "no unwind-support". Let's investigate it.

Note : I have not activated SPE support.

--Korben 10 May 2011, 17:51


Advice

Solutions