• Problem with snprintf with float and at attribute
    Hi, I have an project that use snprintf to convert float to string. The project works perfectly. But when I place line: const unsigned int Protect __attribute__((at (0x1FC))) = 0x12345678; the...
  • Problem with snprintf with float and at attribute
    Hi, I have an project that use snprintf to convert float to string. The project works perfectly. But when I place line: const unsigned int Protect __attribute__((at (0x1FC))) = 0x12345678; the...
  • snprintf implementation broken
    Hi, It seems that snprintf is broken in MDK 4.72 and Microlib. My intention was to use it to pre-calculate the size of the formatted output, and thus I gave it a NULL-pointer and a buffer size...
  • snprintf implementation broken
    Hi, It seems that snprintf is broken in MDK 4.72 and Microlib. My intention was to use it to pre-calculate the size of the formatted output, and thus I gave it a NULL-pointer and a buffer size...
  • Undefined reference to snprintf in Cortex R5 using arm none-eabi compiler
    Hi Experts, There was undefined reference to the snprintf() function during linking using arm-none-eabi compiler. Compiler version: arm none-eabi gcc 4.5.1 Compiler options: -nostdlib -nodefaultlibs...