English Amiga Board


Go Back   English Amiga Board > Coders > Coders. General

 
 
Thread Tools
Old 25 August 2006, 00:45   #1
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
latest GCC compiler 68k

where can i find the latest GCC foramiga 68k ?
only found outdated versions and dead links
Tony Landais is offline  
Old 25 August 2006, 09:02   #2
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,379
Paul Brooke is the current maintainer of GCC 68k

http://gcc.gnu.org/viewcvs?view=rev&revision=115272
alexh is offline  
Old 25 August 2006, 09:06   #3
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,379
If you have another computer other than Amiga and you want to do some serious developing then I would recommend that you set up a cross compilation devkit if possible
alexh is offline  
Old 25 August 2006, 11:17   #4
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
Sounds good
Can you tell me more about the cross compilation devkit ?
And by the way I only see some kind of CVS history on this website, I don't know how to get the files or package.

Last edited by Tony Landais; 25 August 2006 at 11:27.
Tony Landais is offline  
Old 25 August 2006, 11:47   #5
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,379
That isnt his website it was a link to his email address.

As well as GCC for 68k you'll need the Amiga libraries if you want to do more than "hello world".

Erm... Amiga cross compilation... where did I read about that last??

http://www.zerohero.se/cross/os3.html

Other links

http://utilitybase.com/article/GCC+I...CC+3.4+Updater
alexh is offline  
Old 25 August 2006, 11:48   #6
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
I have the libraries and contact him now
thanks
Tony Landais is offline  
Old 25 August 2006, 11:53   #7
alexh
Thalion Webshrine
 
alexh's Avatar
 
Join Date: Jan 2004
Location: Oxford
Posts: 14,379
http://www.lysator.liu.se/~lcs/files/gg-cross/
alexh is offline  
Old 25 August 2006, 11:59   #8
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
Me again...
How to unpack RPM?
I looked on google and it seems to be an install format ?
Tony Landais is offline  
Old 25 August 2006, 12:06   #9
rgen
Registered User
 
rgen's Avatar
 
Join Date: Mar 2002
Location: Aachen/Germany
Age: 46
Posts: 190
Send a message via ICQ to rgen
See also http://amidevcpp.amiga-world.de/ for an Windows IDE with integrated Amiga cross compilers
rgen is offline  
Old 25 August 2006, 12:10   #10
rgen
Registered User
 
rgen's Avatar
 
Join Date: Mar 2002
Location: Aachen/Germany
Age: 46
Posts: 190
Send a message via ICQ to rgen
Quote:
Originally Posted by Tony Landais
Me again...
How to unpack RPM?
I looked on google and it seems to be an install format ?
It's for Linux only and installation depends on your distribution's tools or try rpm on your console.
rgen is offline  
Old 25 August 2006, 12:58   #11
spiff
Oh noes!
 
spiff's Avatar
 
Join Date: Mar 2003
Location: Neverland
Posts: 766
Quote:
Originally Posted by rgen
See also http://amidevcpp.amiga-world.de/ for an Windows IDE with integrated Amiga cross compilers
Sweet, I might just make my first real amiga program
spiff is offline  
Old 25 August 2006, 14:22   #12
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
Do you know if the NDK 3.9 is already fully included ?
I compiled a reaction application and it seems to work...
Is it realistic/confortable to debug under windows then ?
Tony Landais is offline  
Old 25 August 2006, 14:35   #13
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
A "hello world" compiled in C++ generates a 627Kb executable
the same code with HisoftC++ is less than 1Kb

I must do something wrong

Last edited by Tony Landais; 25 August 2006 at 14:48.
Tony Landais is offline  
Old 25 August 2006, 15:15   #14
rgen
Registered User
 
rgen's Avatar
 
Join Date: Mar 2002
Location: Aachen/Germany
Age: 46
Posts: 190
Send a message via ICQ to rgen
The NDK 3.9 include files are included but not the autodoc files. Someone offers the NDK on his web site but I can't remember who.
You can't debug under windows as this only a compiler but not an amiga emulator.

To reduce the size select the "strip Exe" option, (Right click one the project in the left tree, select project options, choose the Compiler tab and in the Linker section is the option) this reduces the size to <75kb for me. But if possible stay away from the iostreams as these are responsible for the big size. Using PutStr() from dos.library reduces the hello world program to only some kb.
rgen is offline  
Old 27 August 2006, 05:12   #15
AGN
Registered User
 
Join Date: Aug 2004
Location: Poland
Posts: 142
Quote:
Originally Posted by Tony Landais
where can i find the latest GCC foramiga 68k ?
only found outdated versions and dead links
It must be GCC?
http://sun.hasenbraten.de/vbcc/
Developed by Frank Wille.
AGN is offline  
Old 27 August 2006, 15:20   #16
Tony Landais
Zone Friend
 
Join Date: Mar 2003
Location: uk
Posts: 426
NDK3.9 full with autodocs on http://aweb.sunsite.dk/
Tony Landais is offline  
Old 10 October 2006, 09:13   #17
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas
Quote:
Originally Posted by alexh
Well guys,

there is no plausible reason why the OS 3 gcc 2.95 is not on Aminet, or is there?

And yes I AM able to use a search engine

http://www.aminet.net/search.php?query=gcc+2.95

MOS + Amithlon version. Does not interest the standard A1200/4000 user a lot. This should be immediately put up there, as it's the first location where people search for such things.
Using Google usually reveals in 10 links 9 broken ones, which is a PITA to trawl through ...
andreas is offline  
Old 12 October 2006, 19:24   #18
voxel
Amiga Nuts!
 
voxel's Avatar
 
Join Date: Sep 2006
Location: Le Mayet d'Ecole, 03800, FRANCE
Posts: 176
Hi :-)

Just buy Cubic IDE from dietmar eilert and you will get latests GCC v2.95.3 and v3, and many more extras (NDKs, includes, etc) all preinstalled, with a very efficient editor. really worth a small investment for the service!
voxel is offline  
Old 12 October 2006, 23:48   #19
thor
Registered User
 
thor's Avatar
 
Join Date: Mar 2006
Location: Germany
Posts: 899
If you just need GCC, you can download the C/C++ Add-On Package from his site for free. It's the IDE that costs the money.
thor is offline  
Old 13 October 2006, 17:45   #20
andreas
Zone Friend
 
Join Date: Jun 2001
Location: Germany
Age: 50
Posts: 5,857
Send a message via ICQ to andreas Send a message via AIM to andreas
Thanks
But that's not what I mean. I mean UNLESS the legal situation is a problem it is best to have this centralized on Aminet. I did mail that guy why he didn't want to upload it on Aminet, but I got no answer yet ...
andreas is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Pascal compiler bx20 support.Apps 10 20 August 2010 13:45
Building 68k C++ using gcc and an IDE! NovaCoder Coders. General 25 17 May 2010 02:19
Trying to use a library in StromC V4 (default gcc compiler) NovaCoder Coders. General 3 09 September 2009 01:38
C compiler raptor_13 Coders. General 14 27 May 2008 09:40
Amos compiler nnever2000 request.Apps 3 06 September 2006 19:13

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 04:56.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.09773 seconds with 13 queries