Ok, thanks, now it is in the list archieve as google bait and answer!
Should I file a bug or not? br Kusti >>> [email protected] 29.1.2009 11:33 >>> Hi, > missing definition for symbol "_SSPBUF", required by "strmmssp.o" > Ok, so there is no SSPBUF in 4450 but I don't see where > __stream_mssp_putchar which refers to _SSPBUF > gets called? _SSPBUF is required by the MSSP putchar, referenced from stream_putchar, referenced from vfprintf, referenced from printf. Though this is certainly a bug in the pic16 libc, it is easily worked around: just declare some char SSPBUF; in your main.c and the project happily compiles and links. Of course, using the MSSP output stream will not work ;-) Best regards, Raphael ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Sdcc-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sdcc-user
