Stanley Lee wrote:
> Once again, thanks to Jan and Raphael for their help for getting me
> started with a template for the C codes on SDCC fusebit syntax. My
> newest version of the LED blinking code is posted on
> http://www.dutchforce.com/~eforum/index.php?showtopic=14788.

I had numerous problems with the different sdcc startup codes. Which
sometimes only let my programm run after pressing reset.
Try to use --use-crt=crt0.o or --use-crt=crt0i.o instead of
--use-crt=crt0iz.o and see if this helps.

Im using --use-crt=crt0.o in my programms and this works.

cheers,

jan

-------------------------------------------------------------------------
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