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
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to