View previous topic :: View next topic |
Author |
Message |
blueCommand n00b

Joined: 06 Jul 2005 Posts: 22
|
Posted: Thu Jun 26, 2008 5:33 am Post subject: Crossdev to SPU fails on newlib headers |
|
|
Hello.
I'm trying to create a toolchain for my PS3. Here is my output:
crossdev -t spu-elf
http://stuff.cmd.nu/cross-spu-elf-newlib-headers.log
Interresting part would probably be "spu-elf-cc: command not found"
I'm a bit supprised that neither google nor this forum has an answer for this.
Thanks in advance. |
|
Back to top |
|
 |
EddieMay1999 n00b


Joined: 11 Aug 2003 Posts: 10 Location: Southern California
|
Posted: Sun Jun 29, 2008 4:01 am Post subject: What is spu-elf-cc? |
|
|
I am having the same problem when I execute crossdev -t spu. spu-elf-cc command not found. I don't know how to get that command on the system. What did we not emerge? |
|
Back to top |
|
 |
blueCommand n00b

Joined: 06 Jul 2005 Posts: 22
|
Posted: Thu Jul 03, 2008 8:31 pm Post subject: |
|
|
After a bit of trial and error I've discovered a workaround.
Code: | crossdev -t spu -s1 --without-headers
crossdev -t spu |
That works like a charm. |
|
Back to top |
|
 |
tokenmathematician n00b


Joined: 30 Oct 2008 Posts: 5
|
Posted: Wed May 27, 2009 5:47 am Post subject: this trick worked for me for arm-elf |
|
|
i was receiving a similar failure with newlib-1.16.0, but for arm [arm-elf-cc command not found].
after applying the same trick as specified (replacing spu with arm in the target, of course), i also had success. |
|
Back to top |
|
 |
|