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

Re: [MiNT] dynamic libs



W dniu 11.10.2011 22:10, Eero Tamminen pisze:
Hi,

On tiistai 11 lokakuu 2011, Adam Kłobukowski wrote:
A better solution would be a proper unix style dynamic (shared)
libraries suppoert with ELF binary format, ld and so on. This way we
would have dynamic libs support for all uinx software out-of-the-box,
and a simple hello world program compiled with GCC (and MiNTLib if it
would go dynamic) would be few KB, not half meg :)

I would suggest compiling simple hello world programs with e.g. AHCC
instead of GCC + Mintlib and link just the integer-only versions
of AHCC libs.  Then it's few KB. :-)

You can also do it with GCC using custom crt0 (see drac030 work: http://www.obta.uw.edu.pl/~draco/atari/atari.html)

AdamK