Welcome, Guest. Please login or register.

Author Topic: Modern GCC stack  (Read 2140 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline nyteschaydeTopic starter

  • VIP / Donor - Lifetime Member
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 643
    • Show all replies
    • http://www.nyteshade.com
Modern GCC stack
« on: April 23, 2013, 05:08:34 AM »
So, I was thinking about some of my general thoughts that I posted in the Amiga Game Programming thread moments ago. Part of what I want when I sit down at an Amiga these days to write code is a modern up to date version of GCC on the Amiga; including all the GNU tools to go with it.

I have never personally compiled any version of GCC, let alone one for the Amiga. I think the most recent version I have came with CubicIDE and is 3.x something. Have any of you ever compiled GCC on an Amiga or cross compiled a version for the Amiga? Is it hard?

It seems in order to more easily port software out on the web these days we'd need to have a recent version of GCC (at least something in the 4.x range) and all the associated tools like automake, autoconf, etc... Finally we'd need, I think, a version of bash or sh that is somewhat recent.

Is there anything missing? If we had these and one of the more recent builds of ixemul.library from http://sourceforge.net/projects/amiga/files/ixemul.library/ then perhaps porting more and more software with the good 'ole tripple standard suite of compilation commands might be easier

  sh configure
  make
  make install

 Thoughts? Am I naive in my thoughts? Am I missing something bigger?
Senior MTS Software Engineer with PayPal
Amigas: A1200T 060/603e PPC • A1200T 060 • A4000D 040 • A3000 (x2) • A2000 Vamp/V2 • A1200 (x4) • A1000 (x3) • A600 Vamp/V1 • A500
 

Offline nyteschaydeTopic starter

  • VIP / Donor - Lifetime Member
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 643
    • Show all replies
    • http://www.nyteshade.com
Re: Modern GCC stack
« Reply #1 on: April 23, 2013, 06:22:13 AM »
Thanks, I'll look over the links. I was hinting at a community effort to make an updated compiler and associated tools for 68k
Senior MTS Software Engineer with PayPal
Amigas: A1200T 060/603e PPC • A1200T 060 • A4000D 040 • A3000 (x2) • A2000 Vamp/V2 • A1200 (x4) • A1000 (x3) • A600 Vamp/V1 • A500