Welcome, Guest. Please login or register.

Author Topic: Did anyone notice GCC 3.2.2?  (Read 2622 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline DuncanTopic starter

  • Newbie
  • *
  • Join Date: Nov 2002
  • Posts: 7
    • Show only replies by Duncan
Did anyone notice GCC 3.2.2?
« 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.
 

  • Guest
Re: Did anyone notice GCC 3.2.2?
« Reply #1 on: April 21, 2003, 11:32:13 AM »
Wow, finally. Hope a PPC version will come too.
 

Offline bhoggett

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1431
    • Show only replies by bhoggett
    • http://www.midnightmu.com
Re: Did anyone notice GCC 3.2.2?
« Reply #2 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.

Bill Hoggett
 

Offline walter

  • Newbie
  • *
  • Join Date: Nov 2002
  • Posts: 38
    • Show only replies by walter
Re: Did anyone notice GCC 3.2.2?
« Reply #3 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!

 

Offline trgse

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 150
    • Show only replies by trgse
    • http://hem.fyristorg.com/TRG/
Re: Did anyone notice GCC 3.2.2?
« Reply #4 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.
MacOS X rulez!

Quad Mac Rulez!
 

Offline bhoggett

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1431
    • Show only replies by bhoggett
    • http://www.midnightmu.com
Re: Did anyone notice GCC 3.2.2?
« Reply #5 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.
Bill Hoggett