• L251 linker-defined symbols
    Hi All, In the ARM toolchain, there is such a thing as linker-defined symbols and could be identify with the delimiter $$ "The linker defines some symbols that contain the character sequence $$ . T hese...
  • L251 linker-defined symbols
    Hi All, In the ARM toolchain, there is such a thing as linker-defined symbols and could be identify with the delimiter $$ "The linker defines some symbols that contain the character sequence $$ . T hese...
  • Relocation of segments in user-defined memory class
    I have defined my own memory class, ECODE_APP, in ECODE space. The memory range for this class is specified at link time. I have defined a segment in an assembly module, which I wish to locate at the...
  • Relocation of segments in user-defined memory class
    I have defined my own memory class, ECODE_APP, in ECODE space. The memory range for this class is specified at link time. I have defined a segment in an assembly module, which I wish to locate at the...
  • L251: Segments allocation
    Hi, For illustrating my problem let say that I have 3 address spaces, separated by some gaps, which are used to allocate EDATA and NCONST segments. According to the order, EDATA are allocated firstly...