GCC v3 Cross Compiler

Posted by: danthep

GCC v3 Cross Compiler - 27/03/2002 18:07

Does anyone have / know of a prebuilt gcc v3.x arm toolchain for x86?

Seems everyone is still using 2.95...
Posted by: tman

Re: GCC v3 Cross Compiler - 27/03/2002 21:09

Is there any particular feature or enhancement you need in GCC 3.x?
The 2.9x branch and 2.95 in particular is quite stable and have been tested quite extensively.

- Trevor
Posted by: danthep

Re: GCC v3 Cross Compiler - 28/03/2002 04:58

To get the latest gcj going on arm.
Posted by: tman

Re: GCC v3 Cross Compiler - 28/03/2002 05:08

Ah okay. Creating a cross compiler isn't that difficult. It's just time consuming to wait for it to compile all of the pieces. I've only done it with the 2.x series though. The ARM compiler should be pretty much standard.

A while back I targeted some EGCS release for the MIPS processor the Playstation in particular. Was kind of neat to write programs to run on a Playstation but the novelty wore off quite quickly. The fact I sucked at 3D matrix programming was a minor point... My biggest achievement on the Playstation was a spinning Rubiks(spelling?) cube

- Trevor
Posted by: danthep

Re: GCC v3 Cross Compiler - 28/03/2002 17:57

OK, guess i'll have to give it a go.

This is actually for the Sharp Zaurus... but should work on the empeg if i ever get round to programming it.