Forum Discussion
Altera_Forum
Honored Contributor
16 years agoSmallC and sscanf
Hi folks- In my NIOS2 project I started using sscanf() to parse text strings. The linker complains that sscanf is not found. Research tells me turn off the SmallC option on the nios2-elf-gcc c...
Altera_Forum
Honored Contributor
16 years agoIt turns out exclusion or inclusion of the Small C library is controlled using a checkbox in the System Library Properties dialog box.
JJS