[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] ELF object linking



:-)

Indeed, I know this.

Since yesterday, so I’m only slightly ahead ;)

This is code from Armin (author of Resource Master) who built a new version (including Coldfire native) of RSM using this compiler. Basically its a standard m68k-elf-gcc toolchain with an „afterburner“ to convert the resulting ELF binary to TOS format.

Apparently useful if you want to create library code without putting each function into a separate file. The ELF lib format allows linkage on a per-function base, opposed to per-file like a.out. According to Armin, this is especially useful for linking C++ code which otherways gets bloated by multiple inclusion of empty vtables.




Am 24.02.2014 um 23:06 schrieb Jo Even Skarstein <joska@online.no>:

> I just came across this:
> 
> https://code.google.com/p/m68k-atari-mint-elf/
> 
> Maybe old news for you gcc gurus, but I haven't heard of this before.
> 
> Jo Even
> 
> 
>