View Single Post
Old 02 August 2018, 13:10   #56
Marlon_
AmigaDev.com
 
Marlon_'s Avatar
 
Join Date: Mar 2016
Location: Stockholm, Sweden
Age: 35
Posts: 625
Quote:
Originally Posted by meynaf View Post
Gcc is for Unix stuff ; generates its own object format and not generally user friendly (but is supposed to produce good code).
Bebbo made the new GCC-6 compiler compile directly as HUNK format instead of ELF, also produces probably the best 68k binaries to date because of all the optimizations he's made. One big plus with it is that you can get help from Bebbo if you get stuck.

The biggest con is that you can't use it to compile ON the target machine, but it's really well made for cross compiling and it supports live debugging with GDB.
Marlon_ is offline  
 
Page generated in 0.04268 seconds with 11 queries