Ben wrote:
> Dumb question, probably:
> 
> The GCC & diffs supplied on the PowerPC community files page are still the 
> current versions being used on this project, correct?

Yes. Although there some known non-show stopper problems with them.

> 
> So, once one applies the diffs, what are you guys using to successfully build 
> binutils and GCC as a cross compiler?  I got them built, as in, there were 
> binaries left after compiling, but they seem not to work, or at least seem to 
> have been configured incorrectly (entirely my fault.).  Thanks in advance for 
> quick tips!!

binutils configured with

configure  --target=powerpc-solaris2 --prefix=/opt/polaris

and gcc -

$ /opt/polaris/bin/powerpc-solaris2-gcc -v
Using built-in specs.
Target: powerpc-solaris2
Configured with: ../gcc-4.0.0.polaris/configure --prefix=/opt/polaris 
--target=powerpc-solaris2 
--with-local-prefix=/opt/polaris/powerpc-solaris2 --with-gnu-ld 
--with-gnu-as --enable-languages=c --without-headers
Thread model: single
gcc version 4.0.0


How do you test the binaries you've got ?

Regards,
        Cyril

Reply via email to