Welcome, Guest. Please login or register.

Author Topic: Free C Compilers for Amiga?  (Read 4189 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mongo

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 964
    • Show all replies
Re: Free C Compilers for Amiga?
« on: June 10, 2013, 05:19:11 PM »
Quote from: nicholas;737406
DICE and SAS are for the Amiga OS not UNIX.

If you want to compile binaries that are small with GCC then you can use the -nostdlib argument and write your own startup code.


DICE is pretty portable and will compile and run on a UNIX system no problem.
 

Offline mongo

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 964
    • Show all replies
Re: Free C Compilers for Amiga?
« Reply #1 on: June 10, 2013, 06:12:18 PM »
Quote from: nicholas;737415
Cool.

What's it like at handling code full of gnuisms?


Probably not good.