SEGGER - SebastianB Administrator

  • Member since Aug 22nd 2019
Last Activity

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • SEGGER - SebastianB -

    Replied to the thread [SOLVED] the gnu linker bug for new version of segger.

    Post
    Hi, Did you setup the project correctly for long long printing support? (Code > Printf/Scanf > Printf Integer Support set to "Long Long") "sprintf" does of course exist and may simply be used after including "stdio.h". Could you check whether the…
  • SEGGER - SebastianB -

    Replied to the thread Getting " '.syntax divided' arm assembly not supported " error.

    Post
    Hi, thank you for your inquiry. Which compiler are you currently using for assembler code? Only the unified syntax is supported when using the SEGGER compiler, meaning the divided syntax is not supported at this point. Switching to GCC should solve…
  • SEGGER - SebastianB -

    Replied to the thread [SOLVED] Creating relocatable image file.

    Post
    Hello, Thank you for the explanation! This would require the application to be built position-independent. This is rather unusual on embedded devices and does come with many limitation which have to be noted. The Project may be configured regarding…