| View previous topic :: View next topic |
| Author |
Message |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Tue Oct 19, 2004 3:39 am Post subject: Standalone IOP tools for 3.2.2? |
|
|
It's possible to build binutils 2.14 and GCC 3.2.2 for IOP with just --prefix=iop, correct? I just want to be sure before I jump into something. _________________ "He was warned..." |
|
| Back to top |
|
 |
pixel
Joined: 30 Jan 2004 Posts: 791
|
Posted: Tue Oct 19, 2004 3:42 am Post subject: |
|
|
Well, it is possible to compile binutils and gcc with --prefix=iop, but it won't do any good. You'd rather want --target=iop :P
Beware though: you have to install binutils before configuring gcc, otherwise iop-gcc will use ld and as instead of iop-ld and iop-as.
--edit--
on a side note though, you can mix up binutils and gcc directories together. I've got some scripts laying my harddrive that does that. It permits a direct build of both binutils and gcc, and the "links" between iop-gcc and iop-{ld,as} will be done directly. _________________ pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department. |
|
| Back to top |
|
 |
mrbrown
Joined: 17 Jan 2004 Posts: 1536
|
Posted: Tue Oct 19, 2004 3:57 am Post subject: |
|
|
Heh, yeah I meant --target :). Thanks pixel. _________________ "He was warned..." |
|
| Back to top |
|
 |
|