Page 1 of 1

Standalone IOP tools for 3.2.2?

Posted: Tue Oct 19, 2004 3:39 am
by mrbrown
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.

Posted: Tue Oct 19, 2004 3:42 am
by pixel
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.

Posted: Tue Oct 19, 2004 3:57 am
by mrbrown
Heh, yeah I meant --target :). Thanks pixel.