• Position Independent Code with RTX startup file
    I want to compile my project to be PI (it is an RTX app running C code on STM32L1xx). For target options, I check "Make RO Sections PI" in the Linker tab with no scatter file or misc controls. In the...
  • Position Independent Code with RTX startup file
    I want to compile my project to be PI (it is an RTX app running C code on STM32L1xx). For target options, I check "Make RO Sections PI" in the Linker tab with no scatter file or misc controls. In the...
  • Positioning a function in a Position Independent Executable
    Hi, I am using ARM DS-5 version 5.21.1 and trying to develop a Position Independent Executable project. So far, compilation with --bare_metal_pie looks OK. Next, I would like to place a function (so...
  • Positioning a function in a Position Independent Executable
    Hi, I am using ARM DS-5 version 5.21.1 and trying to develop a Position Independent Executable project. So far, compilation with --bare_metal_pie looks OK. Next, I would like to place a function (so...
  • Positioning a function in a Position Independent Executable for ARMV8
    Hi, I am using ARM DS-5 version 5.29.1 and trying to develop a baremetal Position Independent Executable project for Cortex-A72. But most pic/pid compiler option and linker option dose not support for...