Welcome, Guest. Please login or register.

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

Description:

0 Members and 1 Guest are viewing this topic.

Offline unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: OS 3.x gcc, etc.
« 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 unusedunused

  • Sr. Member
  • ****
  • Join Date: Nov 2005
  • Posts: 479
    • Show all replies
Re: OS 3.x gcc, etc.
« Reply #1 on: January 05, 2010, 02:52:57 PM »
If you want Port modern Unix apps, best is you use ixemul and GCC 4.use libnix is slow when a program do lots of memalloc (C++ do) and miss lots functions newer Unix Progs need (C99)

Here you can find in folder compilers the Version 4.3.2 for cygwin.It work on amidevcpp.

https://sourceforge.net/projects/amiga/files/

newer versions i have too and can easy compile from GCC source.
how can compile a GCC is add in the readme.
« Last Edit: January 05, 2010, 02:57:31 PM by bernd_afa »