newlib-nano-2 icon indicating copy to clipboard operation
newlib-nano-2 copied to clipboard

Results 3 newlib-nano-2 issues
Sort by recently updated
recently updated
newest added

When I use: ` uint64_t nr = 123;` `printf("%llu", nr);` without the newlib-nano, it shows correctly `123` but when I enable newlib-nano, it shows `lu` Am I missing a linker/compiler...

Hello, the file "newlib/libc/include/sys/config.h" seems to be missing. "config.h" is listed in ".gitignore". Copying it from newlib works for me. Best regards, Max

Hi, I'm busy with a new release of EmBlocks and I just updated the toolchain. I moved from nano-lib 1.0 to 2.1 and I notice a significant image increase. Nanolib...