Hi,
> Is there anything I should include with it?
Depending on the SDCC release/reveision you are using, you might need to
increase the stack size using something like
#pragma stack 0x200 0x100
in exactly one of your source files (preferably the one containing
main()). This will reserve 0x100 (256) bytes for the stack in bank 2
(0x200 to 0x2FF). The default stack in some revisions is only 64 bytes,
which is often not enough. However, make sure the stack does not cross
bank boundaries (keep it aligned on 0x100 multiples)...
Regards,
Raphael
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user