Talk:Cross Compiling

From PS3 Developer wiki
Revision as of 07:54, 17 April 2011 by PsiCoLeO (talk | contribs) (added common problems to discuss)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)


Advice

Solutions