Loading...
 
Skip to main content

System Workbench for STM32


Support for long long formatstrng in printf(), Newlib

I guess this is related to the problem described here, that the newlib-nano is not supporting the modifiers for "long long" (see https://answers.launchpad.net/gcc-arm-embedded/+question/257014)

Is there any possibility of including support for the next release or is there any other way of proper printing 64bit ints without rewriting printf() from scratch?

Markus

use clasic libc not nanolib......

If I remove the replace the newlib-nano with newlib by removing the "nano.specs" in the linker settings it works. Thanks for pointing me towards the right direction.