• Linker Define Symbol
    Hi, My environment is uVision3 v3.3. I am building a project that require linker define symbol or else linker will complain unresolved problem. I have a project file the is working well when...
  • 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...
  • RealView Compiler Linker Defined Symbol
    In Keil CARM Compiler , I can simply go to Option -> LA Misc -> Assign to define my symbol. Example, fill in OEMCFG(0x0013F000) What is the equivalent steps when I use RealView Compiler where there...
  • Referring symbols from linker file
    Hey there, Simply, i tried to use symbols from Keil's linker script but keil outputs "identifier __bss_end__ is undefined" I found many symbols defined in gcc_arm.ld file and i want to use one of...
  • ARM: Cannot export all symbols from a module
    I am creating a program in assembler, using several modules. The Assembler manual states that using the EXPORT directive, without any arguments, exports all symbols from the module. When I use this construct...