Welcome, Guest. Please login or register.

Author Topic: OS 3.x gcc, etc.  (Read 3467 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline fishy_fizTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1813
    • Show only replies by fishy_fiz
OS 3.x gcc, etc.
« on: January 04, 2010, 07:22:54 AM »
Finally rebuilt my old Amithlon machine as Id like to get back into devving for OS3.x. Just wondering if anyone know of the existance of any preconfigured gcc+binutils, etc, etc archives available for os3.x ? Also, what is the latest versions of gcc available for os3.x ? Actually any info in regards to latest os3.x dev tools would be appreciated. Thanks.
Near as I can tell this is where I write something under the guise of being innocuous, but really its a pot shot at another persons/peoples choice of Amiga based systems. Unfortunately only I cant see how transparent and petty it makes me look.
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: OS 3.x gcc, etc.
« Reply #1 on: January 04, 2010, 07:59:42 AM »
Geek Gadgets would be your best bet for doing all the development within 3.x, I think. There's also AmiDevCPP, provided you don't mind using Windows.
int p; // A
 

Offline 0amigan0

  • Full Member
  • ***
  • Join Date: Dec 2006
  • Posts: 109
    • Show only replies by 0amigan0
Re: OS 3.x gcc, etc.
« Reply #2 on: January 04, 2010, 10:12:29 AM »
Quote from: fishy_fiz;536183
Finally rebuilt my old Amithlon machine as Id like to get back into devving for OS3.x. Just wondering if anyone know of the existance of any preconfigured gcc+binutils, etc, etc archives available for os3.x ? Also, what is the latest versions of gcc available for os3.x ? Actually any info in regards to latest os3.x dev tools would be appreciated. Thanks.


You may be better off cross-compiling os 3.x programs on a linux setup.
See here http://cross.zerohero.se/os3.html

Also, make sure u use libnix under your cross-environment linux setup, so as to AVOID ixemul.library under Amiga.
 

Offline fishy_fizTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1813
    • Show only replies by fishy_fiz
Re: OS 3.x gcc, etc.
« Reply #3 on: January 04, 2010, 10:26:37 AM »
I much prefer to develop natively. I have no Linux machine anyway.
Near as I can tell this is where I write something under the guise of being innocuous, but really its a pot shot at another persons/peoples choice of Amiga based systems. Unfortunately only I cant see how transparent and petty it makes me look.
 

Offline x303

Re: OS 3.x gcc, etc.
« Reply #4 on: January 04, 2010, 12:03:44 PM »
 

Offline Fats

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 673
    • Show only replies by Fats
Re: OS 3.x gcc, etc.
« Reply #5 on: January 04, 2010, 08:07:50 PM »
Quote from: fishy_fiz;536183
Finally rebuilt my old Amithlon machine as Id like to get back into devving for OS3.x. Just wondering if anyone know of the existance of any preconfigured gcc+binutils, etc, etc archives available for os3.x ? Also, what is the latest versions of gcc available for os3.x ? Actually any info in regards to latest os3.x dev tools would be appreciated. Thanks.


If you are not sold to gcc you can also have a look at vbcc. They keep providing m68k versions of their compiler. It's only C though and no c++.

greets,
Staf.
Trust me...                                              I know what I\'m doing
 

Offline mousehouse

Re: OS 3.x gcc, etc.
« Reply #6 on: January 04, 2010, 08:15:34 PM »
Just curious... have the last few remaining developers moved away from SAS/C? Back in "the days" it was _the_ compiler...
A3000T
 

Offline x303

Re: OS 3.x gcc, etc.
« Reply #7 on: January 04, 2010, 08:30:40 PM »
Quote from: mousehouse;536312
Just curious... have the last few remaining developers moved away from SAS/C?
I think they have every compiler available, but can only use one at the time. SAS/C is great if you develope for amiga 68k only, but if you want to port something else, gcc is a bit better for that purpose.

x303 :D :D :D
 

Offline NovaCoder

Re: OS 3.x gcc, etc.
« Reply #8 on: January 04, 2010, 11:18:04 PM »
Quote from: fishy_fiz;536204
I much prefer to develop natively. I have no Linux machine anyway.



StormC V4 uses gcc.
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16881
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: OS 3.x gcc, etc.
« Reply #9 on: January 04, 2010, 11:36:00 PM »
Quote from: NovaCoder;536351
StormC V4 uses gcc.


Yep, but it's a 2.95 strain. Some caveats apply. It doesn't come with much (read any) in the way of STL support out of the box, though I believe there was a third party port.
int p; // A
 

Offline NovaCoder

Re: OS 3.x gcc, etc.
« Reply #10 on: January 05, 2010, 06:30:22 AM »
Quote from: Karlos;536360
Yep, but it's a 2.95 strain. Some caveats apply. It doesn't come with much (read any) in the way of STL support out of the box, though I believe there was a third party port.
Yes, that is correct...you can add STL to StormC.
Life begins at 100 MIPS!


Nice Ports on AmiNet!
 

Offline walkero

Re: OS 3.x gcc, etc.
« Reply #11 on: January 05, 2010, 08:21:53 AM »
Try to use the CubicIDE demo (http://devplex.awardspace.biz/cubic/download.html) which installs the gcc and is ready to compile. Try the CubicIDE and if you don't like it, keep the gcc packages as it is and use an other editor.
 

Offline bhoggett

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1431
    • Show only replies by bhoggett
    • http://www.midnightmu.com
Re: OS 3.x gcc, etc.
« Reply #12 on: January 05, 2010, 11:57:31 AM »
Quote from: walkero;536462
Try to use the CubicIDE demo (http://devplex.awardspace.biz/cubic/download.html) which installs the gcc and is ready to compile. Try the CubicIDE and if you don't like it, keep the gcc packages as it is and use an other editor.

Do you mean the one that's not available?
Bill Hoggett
 

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show only replies by unusedunused
Re: OS 3.x gcc, etc.
« Reply #13 on: January 05, 2010, 12:29:33 PM »
Quote from: fishy_fiz;536183
Finally rebuilt my old Amithlon machine as Id like to get back into devving for OS3.x. Just wondering if anyone know of the existance of any preconfigured gcc+binutils, etc, etc archives available for os3.x ? Also, what is the latest versions of gcc available for os3.x ? Actually any info in regards to latest os3.x dev tools would be appreciated. Thanks.


what do you want develop ?.Do you want port and enhance Linux Programs ?

Here is also from shinkuro a GCC 2.95 install here

http://amigaitalia.altervista.org/shinky/Develop_1-3.lha
 

Offline fishy_fizTopic starter

  • Hero Member
  • *****
  • Join Date: Jan 2005
  • Posts: 1813
    • Show only replies by fishy_fiz
Re: OS 3.x gcc, etc.
« Reply #14 on: January 05, 2010, 01:15:22 PM »
Yes, a lot of what I want it for is to port some open source software to os3.x, but I'm also wanting to make some corss platform (os3.x/aros) original software too.
Id thought there was a gcc v4.something for os3.x, or is 3.4 the latest ?
Near as I can tell this is where I write something under the guise of being innocuous, but really its a pot shot at another persons/peoples choice of Amiga based systems. Unfortunately only I cant see how transparent and petty it makes me look.