amiga.org
     
iconAll times are GMT -6. The time now is 05:53 PM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Operating System Specific Discussions » Amiga OS » Amiga OS -- Development » GCC 3.x for 68k

Amiga OS -- Development This particular forum deals with issues regarding development for all versions of AmigaOS.

Reply
 
Thread Tools Display Modes
Old 11-24-2004, 07:35 AM   #1
Crumb
Defender of the Faith
Points: 11,946, Level: 71 Points: 11,946, Level: 71 Points: 11,946, Level: 71
Activity: 13% Activity: 13% Activity: 13%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,733
Default GCC 3.x for 68k

Hi!

Anyone knows if GCC3.x is available for 68k? If the answer is yes, where can I download it?

BTW, there's any cross compiler that works on windows to create Amiga 68k binaries?
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
Crumb is offline   Reply With Quote
Old 11-24-2004, 08:45 AM   #2
pjhutch
Technoid
Points: 9,253, Level: 64 Points: 9,253, Level: 64 Points: 9,253, Level: 64
Activity: 1% Activity: 1% Activity: 1%
 
pjhutch's Avatar
 
Join Date: Mar 2002
Location: West Yorks, England.
Posts: 438
Send a message via AIM to pjhutch Send a message via MSN to pjhutch Send a message via Yahoo to pjhutch
Default Re: GCC 3.x for 68k

All the d/l versions I've seen are GCC 2.9x, you can get the sources for GCC and try compiling it yourself.

Try http://www.aros.org/ for Amiga on x86 systems (its still alpha though).

__________________
Peter Hutchison
http://www.pcguru.plus.com/
pjhutch is offline   Reply With Quote
Old 11-24-2004, 09:03 AM   #3
Crumb
Defender of the Faith
Points: 11,946, Level: 71 Points: 11,946, Level: 71 Points: 11,946, Level: 71
Activity: 13% Activity: 13% Activity: 13%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,733
Default Re: GCC 3.x for 68k

About AROS... I'd like a crosscompiler to AmigaOS 68k, not to AROS x86...
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
Crumb is offline   Reply With Quote
Old 11-24-2004, 09:43 AM   #4
walter
Beginner
Points: 5,854, Level: 49 Points: 5,854, Level: 49 Points: 5,854, Level: 49
Activity: 2% Activity: 2% Activity: 2%
 
walter's Avatar
 
Join Date: Nov 2002
Location: Takoma Park, MD, USA
Posts: 36
Default Re: GCC 3.x for 68k

Hello Crumb,

I don't understand the issues of GCC beyond 2.9.x on Amiga very well. It
may be the dreaded process fork()ing problem. I can't remember.

> Anyone knows if GCC3.x is available for 68k? If the answer
> is yes, where can I download it?

Dietmar Eilert's GoldED comes with installation archives and scripts
for 2.95.3 and 3.3 among other development suites. 2.95.3 is in the
"stable" directory, 3.3 is in "latest" for what it's worth.


http://gg.portail-e.com/geekgadgets/amiga/m68k/alpha/gcc/
on the new Geek Gadgets site has versions 3.3.3 and 3.4 I think. I
don't know about their stability.

I have no clue about a Windows cross-compiler. Sorry to not be more
help---all I do most days is wipe up baby sh*t. It's in my brain now.


Walter
walter is offline   Reply With Quote
Old 11-24-2004, 12:37 PM   #5
SamuraiCrow
Premium Member
Points: 13,317, Level: 75 Points: 13,317, Level: 75 Points: 13,317, Level: 75
Activity: 2% Activity: 2% Activity: 2%
 
SamuraiCrow's Avatar
 
Join Date: Feb 2002
Location: South Dakota, USA
Posts: 2,019
Blog Entries: 2
Send a message via Yahoo to SamuraiCrow Send a message via Skype™ to SamuraiCrow
Default Re: GCC 3.x for 68k

Thanks for the link! It seems to only have 68000 and '020 versions only. If you have any luck with them let me know if it's possible to generate 68040+ binaries with whatever cross-compiler you might find. In the meantime I'll try to get this to work under WinUAE! :-D
SamuraiCrow is offline   Reply With Quote
Old 11-24-2004, 12:57 PM   #6
Dietmar
Technoid
Points: 6,534, Level: 52 Points: 6,534, Level: 52 Points: 6,534, Level: 52
Activity: 6% Activity: 6% Activity: 6%
 
Join Date: Nov 2002
Posts: 220
Default Re: GCC 3.x for 68k

Quote:
the new Geek Gadgets site has versions 3.3.3 and 3.4 I think
Does anybody know who made the 3.4 port and where it stands in terms of reliability? Wouldn't mind to support it with GoldED if its good (but I'm not using gcc myself).
Dietmar is offline   Reply With Quote
Old 11-24-2004, 02:02 PM   #7
Cass
Cult Member
Points: 10,004, Level: 66 Points: 10,004, Level: 66 Points: 10,004, Level: 66
Activity: 2% Activity: 2% Activity: 2%
 
Cass's Avatar
 
Join Date: Apr 2003
Location: Athens, Hellas
Posts: 795
Default Re: GCC 3.x for 68k

Is there any fast PPC binary (any version, 2.x/3.x)?
________
CRESSIDA

Last edited by Cass; 03-18-2011 at 04:31 PM..
Cass is offline   Reply With Quote
Old 11-25-2004, 01:38 AM   #8
Crumb
Defender of the Faith
Points: 11,946, Level: 71 Points: 11,946, Level: 71 Points: 11,946, Level: 71
Activity: 13% Activity: 13% Activity: 13%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,733
Default Re: GCC 3.x for 68k

@Walter:
Thanks for the link!

@SamuraiCrow:
You can create 68040 binaries adding a flag (regardless of the compiler binary) like -mc68040
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
Crumb is offline   Reply With Quote
Old 11-25-2004, 02:40 AM   #9
Crumb
Defender of the Faith
Points: 11,946, Level: 71 Points: 11,946, Level: 71 Points: 11,946, Level: 71
Activity: 13% Activity: 13% Activity: 13%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,733
Default Re: GCC 3.x for 68k

BTW, in addition to gcc 3.x what files would be necessary too? I guess that an updated "make" but there are also some files called "binutils" etc... and I don't know if these files need to be updated.

My plan is to install gcc 3.4 over the geek gadgets environment done by LouiSe
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
Crumb is offline   Reply With Quote
Old 11-25-2004, 05:46 AM   #10
Guest
 
Posts: n/a
Default Re: GCC 3.x for 68k

Quote:
Crumb wrote:
About AROS... I'd like a crosscompiler to AmigaOS 68k, not to AROS x86...
Try here www.whoosh777.pwp.blueyonder.co.uk/
  Reply With Quote
Old 11-25-2004, 08:22 AM   #11
Crumb
Defender of the Faith
Points: 11,946, Level: 71 Points: 11,946, Level: 71 Points: 11,946, Level: 71
Activity: 13% Activity: 13% Activity: 13%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,733
Default Re: GCC 3.x for 68k

Thank you, but I have only found a crosscompiler hosted in AmigaOS 680x0 that generates programs for AROS x86.

I would prefer a Windows hosted one (maybe using CygWin) that created AmigaOS binaries...
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
Crumb is offline   Reply With Quote
Old 11-25-2004, 11:02 AM   #12
kas1e
Technoid
Points: 9,145, Level: 64 Points: 9,145, Level: 64 Points: 9,145, Level: 64
Activity: 27% Activity: 27% Activity: 27%
 
Join Date: Feb 2003
Posts: 414
Default Re: GCC 3.x for 68k

Some time ago, i use "GCC-M68k Binaries for Win95/NT" for
write some code to 68k cpus (not for amigaos). from readme:
----
This zip file contains a version of GNU C/C++ which compiles for the Motorola 68k series of processors. The compiler is based on a copy of the Experimental GNU Compiler System(EGCS) V1.1.2 source code which is particularly suited to the building Win32 hosted ColdFire cross-compilers.
----

in this pakage m68k-coff GNU assembler is it too. (i use this asm, and this work).

So, you can try create data file witch 68k instructions (without any file headers) and later write progs for adding
AmigaOs executable headers. But, in this case too - you can't use amiga libs, etc. but .. you can try create himself
and tool what can append amiga libs

btw, url : http://sca.uwaterloo.ca/www.calm.hw.ac.uk/davidf/coldfire/download.htm

kas1e is offline   Reply With Quote
Old 11-26-2004, 09:16 AM   #13
walter
Beginner
Points: 5,854, Level: 49 Points: 5,854, Level: 49 Points: 5,854, Level: 49
Activity: 2% Activity: 2% Activity: 2%
 
walter's Avatar
 
Join Date: Nov 2002
Location: Takoma Park, MD, USA
Posts: 36
Default Re: GCC 3.x for 68k

Per usual, I'm late getting back...

W>> the new Geek Gadgets site has versions 3.3.3 and 3.4 I think

D> Does anybody know who made the 3.4 port and where it stands in terms
D> of reliability? Wouldn't mind to support it with GoldED if its good
D> (but I'm not using gcc myself).

I did some reading in the "bin" archive, but could not figger out
who did it. Maybe the source diffs have some comments (?). The last
messages I could find in the email archive were to do with 3.3.

Wish I had time to really get into this stuff. Baby wants me to go
outside now and rake leaves (and she's a hard boss). Helluvan
excuse, I know.

Walter
walter is offline   Reply With Quote
Old 11-26-2004, 10:21 AM   #14
Zerohero
Beginner
Points: 6,239, Level: 51 Points: 6,239, Level: 51 Points: 6,239, Level: 51
Activity: 1% Activity: 1% Activity: 1%
 
Zerohero's Avatar
 
Join Date: Oct 2003
Location: Uddevalla
Posts: 27
Default Re: GCC 3.x for 68k

Hello!

Just thought I'd mention this URL:

http://developer.acggbg.org/amigadev/Cross-compiling

Also this URL:

http://gg.portail-e.com/geekgadgets/amiga/m68k/alpha/gcc/gcc-3.4.0-diffs.tar.gz

I've made both linux and cygwin cross-compilers for 68k so it should work. I don't know if that 3.4.0 supports everything that gcc normally supports though, I've only compiled it for c and c++.

Regards,

Jocke 'Zerohero' Birging
Zerohero is offline   Reply With Quote
Old 12-01-2004, 07:13 AM   #15
Crumb
Defender of the Faith
Points: 11,946, Level: 71 Points: 11,946, Level: 71 Points: 11,946, Level: 71
Activity: 13% Activity: 13% Activity: 13%
 
Crumb's Avatar
 
Join Date: Mar 2002
Posts: 1,733
Default Re: GCC 3.x for 68k

Thanks! I don't know if I'll be capable of recompiling Cygwin anyway :-/
__________________
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
Crumb is offline   Reply With Quote
Reply

Bookmarks

Tags
68k , gcc

Thread Tools
Display Modes

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