You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/06 22:17:25 UTC

[GitHub] [incubator-nuttx] ALTracer commented on issue #5253: `df -h` not rendered correctly when LIBC_LONG_LONG is disabled

ALTracer commented on issue #5253:
URL: https://github.com/apache/incubator-nuttx/issues/5253#issuecomment-1176805504

   I can confirm I see similar behaviour of nsh mount printing weird sizes on at least `stm32f072b-disco:nsh` (or tweaked) and a new custom armv6-m platform.
   I certainly did non enable LONG_LONG, because I have really tight ram constraints, and both MCUs are 32-bit, not requiring to survive y2038/time64_t etc.
   I might check it again with a live SWD debugger, considering nsh uses vsnprintf-family functions.
   
   Is the overhead of multiple calls per mountpoint significant (code, stack, execution time)?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org