Amiga.org

Operating System Specific Discussions => AROS Research Operating System => Topic started by: bloodline on November 23, 2003, 05:18:33 PM

Title: C/C++
Post by: bloodline on November 23, 2003, 05:18:33 PM
AROS now supports C and C++ within AROS itself... come on you lot, get coding :-)
Title: Re: C/C++
Post by: Coder on November 23, 2003, 05:23:56 PM
Quote
AROS now supports C and C++ within AROS itself... come on you lot, get coding


Very nice! :-)

Coder
Title: Re: C/C++
Post by: that_punk_guy on November 23, 2003, 05:26:31 PM
Wheee!
 :-D
Title: Re: C/C++
Post by: bloodline on November 23, 2003, 05:28:20 PM
Click here to read more (http://www.thenostromo.com/archives/teamaros/2003-11/msg00009.html)
Title: Re: C/C++
Post by: Kronos on November 23, 2003, 05:31:05 PM
DRAT

There goes my excuse  :-x  :-x  :-x
 ;-)
Title: Re: C/C++
Post by: Karlos on November 23, 2003, 05:42:46 PM
C++, eh?

I suppose I haven't any excuse not to port some of my code now then...
Title: Re: C/C++
Post by: Dan on November 23, 2003, 05:43:38 PM
I got to learn C first :-)
Title: Re: C/C++
Post by: dammy on November 23, 2003, 05:45:47 PM
by Kronos on 2003/11/23 12:31:05

Quote
DRAT

There goes my excuse


Time to get busy then. ;)

Dammy
Title: Re: C/C++
Post by: bloodline on November 23, 2003, 05:49:35 PM
If any of you fancy making a working TCP/IP stack for AROS, I won't stop you (There is still a large bounty open for just such an item) :-D
Title: Re: C/C++
Post by: Kronos on November 23, 2003, 06:01:38 PM
You too my son Bru äh Karlos ?
Title: Re: C/C++
Post by: Karlos on November 23, 2003, 06:10:51 PM


Mmmmmmm.....Bru....ahhhh....

/me puts kettle on :-)



-edit-

Having said that, I need to get it all working under amigaos first :-)
Title: Re: C/C++
Post by: Kronos on November 23, 2003, 06:17:55 PM
Yeah me too (well you know what I mean  ;-) ), and I have to get rid
of that PPC/68k-only MUI-custom-class (was planned anyways).

And and and....
Title: Re: C/C++
Post by: bloodline on November 23, 2003, 06:18:16 PM
Quote
Having said that, I need to get it all working under amigaos first


If it compiles under AmigaOS, it will be trivial to get it to compile in AROS. :-D
Title: Re: C/C++
Post by: Karlos on November 23, 2003, 07:08:45 PM
@matt

That has the ring of 'famous last words' about it.. I don't doubt the compatibility, but I think you are oversimplifying it just a little :-)
 
Title: Re: C/C++
Post by: CodeSmith on November 23, 2003, 07:12:15 PM
If it works under AROS, does this mean it also works under regular AmigaOS 3.x?  if that's the case THANK YOU for an up-to-date port of gcc!

:-D  :-D  :-D
Title: Re: C/C++
Post by: bloodline on November 23, 2003, 07:14:04 PM
Quote

CodeSmith wrote:
If it works under AROS, does this mean it also works under regular AmigaOS 3.x?  if that's the case THANK YOU for an up-to-date port of gcc!

:-D  :-D  :-D


gcc is a conmplex beast... I think some work will be required to get it to work in AOS3.x :-)
Title: Re: C/C++
Post by: bloodline on November 23, 2003, 07:15:41 PM
Quote

Karlos wrote:
@matt

That has the ring of 'famous last words' about it.. I don't doubt the compatibility, but I think you are oversimplifying it just a little :-)
 


It does doesn't it :-)

Well, Zune (our MUI Clone) is developed and built in AmigaOS (using SAS/C), but the sources compile fine in AROS and gcc :-)
Title: Re: C/C++
Post by: restore2003 on November 23, 2003, 07:17:02 PM
Well...now you guys have an excuse to update the aros.org pages  ;-)
Title: Re: C/C++
Post by: falemagn on November 23, 2003, 07:17:19 PM
Quote
If it works under AROS, does this mean it also works under regular AmigaOS 3.x? if that's the case THANK YOU for an up-to-date port of gcc!


Well, this port is for an x86 machine, and unless AOS works natively on x86 processors, I'm afraid you'll be disappointed :-)

In any case, AmigaOS already has gcc, and it has one of the latest versions of it, so I really don't get your point...
Title: Re: C/C++
Post by: CodeSmith on November 26, 2003, 01:41:27 AM
???

I thought the latest *working* gcc for amigaOS was 2.9.5?
Title: Re: C/C++
Post by: Karlos on November 26, 2003, 02:03:59 AM
@codesmith

AFAIK, gcc 3.3 is available for amigaos, but I am not totally sure how stable it is.