Haven't used a library, I've only done explicit linking, and my target
applications have little need of standard I/O.  I pretty much always run
with a custom crt0, although I used the one from the library as a starting
point.  Typical command line:

CC=$(SDCC_ROOT)/bin/sdcc -mz80
bintr.ihx : bintr.c bintr_crt0.o
        $(CC) --no-std-crt0 bintr.c bintr_crt0.o

- Guy
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to