Sorry, but there are no more tags available to filter with.
  • Help.. moving from GNU linker to armld

    Presently, I use ARM cc compiler with GNU Linker, And I've been trying to move completely to the ARM toolchain. But I am not sure how to add symbols in ARM linker while using scatter file..

    In ARM GNU linker, while using the .ld file, I could add my…

  • Linker configuration from arm-none-eabi-gcc to ARMCC

    Hello,

    I've a project which are started with arm-none-eabi-gcc and added in the last time the ARMCC. The linker configuration can't easy converted.

    At the moment I search for a solution to define in the scatter file like the gcc linker file. This…