Forum Discussion
Altera_Forum
Honored Contributor
21 years agoSmall C Lib
I was generating a small project in the IDE to give some benchmarks on code size for different compiler/linker options. The program was the hello_world + the following: double x, y, z; ...
Altera_Forum
Honored Contributor
21 years agoI though I was clear in my first post that I did lookup what was missing using the small c. I read 4-23 when I saw such a drastic drop in code size (full - small lib). I was just disappointed that the compiler/linker generated code without warnings when I did a fp printf.
Rick