Amiga.org

Operating System Specific Discussions => Amiga OS => Amiga OS -- Development => Topic started by: Duncan on April 07, 2003, 09:21:23 PM

Title: Did anyone notice GCC 3.2.2?
Post by: Duncan on April 07, 2003, 09:21:23 PM
Following a link from another topic It would seem that GCC 3.2.2 has been ported. Check out your local GG mirrors!

http://ftp.uni-erlangen.de/pub/amiga/ade/amiga/m68k/alpha/gcc/

The files are dated 2nd April so apparently no joke intended. How come this hasn't been made public???

Anyway, happy coding...
Duncan.
Title: Re: Did anyone notice GCC 3.2.2?
Post by: on April 21, 2003, 11:32:13 AM
Wow, finally. Hope a PPC version will come too.
Title: Re: Did anyone notice GCC 3.2.2?
Post by: bhoggett on April 21, 2003, 02:00:31 PM
I think it still needs a fair amount of testing. Don't automatically assume that just because the last version (2.95.3) was stable yet still in the alpha section the same applies to all alpha releases.

It has been a subject discussed a bit on the GG mailing list, but I have to agree that I'm surprised no one has mentioned it elsewhere since.

Title: Re: Did anyone notice GCC 3.2.2?
Post by: walter on April 21, 2003, 04:42:16 PM
Thanks for pointing it out, Duncan.

I thought there was an intractable problem in porting GCC 3.x
to AmigaOS, due to the requirement for protected memory (???).

I wonder how bad it will screw up my Amithlon system (:-D).  I
guess I should set up a new, segregated GG: and try it out!

Title: Re: Did anyone notice GCC 3.2.2?
Post by: trgse on April 21, 2003, 09:10:51 PM

I thought there was an intractable problem in porting GCC 3.x
to AmigaOS, due to the requirement for protected memory (???).


If I remember correctly the real problem was really that there was no ports of GCC to a 68k computer, so noone knew if it would work (and the first 3.x probably didn't work on 68k systems, just as there where known problems with ppc systems)


I wonder how bad it will screw up my Amithlon system (). I
guess I should set up a new, segregated GG: and try it out!


why? simply renmae the execs like this

gcc->gcc3
g++->g++3
etc.

you will then have to alter any makefiles to use gcc3 instead of gcc, but big deal.
Title: Re: Did anyone notice GCC 3.2.2?
Post by: bhoggett on April 21, 2003, 10:34:18 PM
trgse wrote:

Quote

Quote
I wonder how bad it will screw up my Amithlon system (). I guess I should set up a new, segregated GG: and try it out!

why? simply renmae the execs like this

gcc->gcc3
g++->g++3
etc.

you will then have to alter any makefiles to use gcc3 instead of gcc, but big deal.

Actually,  if you d/l the gcc3_notes.tar.gz file from the same archive it mentions running gcc 2 and gcc 3 side by side, and the steps needed to get it working properly.