printf 64bit

Sysprogs forums Forums VisualGDB printf 64bit

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #20498
    JoeWright
    Participant

    Hi, not a big problem, but I’m doing some stm32 development and printf appears to not support 64 bit.  Tried %llu and PRIu64 but it just outputs ‘lu’ instead of a number, and swallows the next two parameters.

    Joe

    #20499
    support
    Keymaster

    Hi,

    This looks like a limitation of newlib-nano. Please follow the link below for known workarounds: https://github.com/RIOT-OS/RIOT/issues/1891

     

    #20539
    JoeWright
    Participant

    Ok, thanks.  Yes, it looks like a newlib-nano limitation indeed.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.