• Compiler is not specifying subroutines as relocatable
    The compiler is generating the following sub-routine call: 019C DA000000 CALLS SEG (WriteString),WriteString I am translating this to be an Inter-Segment Subroutine Call, where the compiler is...
  • Relocatable module
    I would like to create a C-code module that will contain several functions. It should be R/W and R/O independent and at the beginning it should contain a table which will hold offsets of the contained...
  • relocatable segments
    I have several pieces of data (all C code) sprinkled across several modules that I want to group into a single area of memory at link time. How do I go about this? Thanks in advance for the help.
  • Relocatable code
    Can the ARM compiler-linker produce relocatable object code? That is, the code may be executed from anywhere in memory because it has no absolute program memory references - all is relative to PC. ...
  • Toolchain difference gcc-eabihf and gcc-eabi
    Hi Experts, What is the difference between the Linux cross compiler toolchain with hard float and not ? Is there any practical performance impact using different toolchain ? How to experiment it with...