• Cannot build position independent code that works
    I'm building code for NXP S32K148 MCU (Arm Cortex M4F) and I need to build code which is position independent. I'm using gcc 6.3.1 provided by NXP. I've almost managed to make it work... 1. I set the...
  • Cannot build position independent code that works
    I'm building code for NXP S32K148 MCU (Arm Cortex M4F) and I need to build code which is position independent. I'm using gcc 6.3.1 provided by NXP. I've almost managed to make it work... 1. I set the...
  • position independent independent - libc_nano
    Hi, I am building a c++ application on an nxp imx rt 1024 which has an arm cortex-m7 cpu. We have the strong need for OTA (over the air update) thus I created a customer bootloader, and the actual firmware...
  • position independent independent - libc_nano
    Hi, I am building a c++ application on an nxp imx rt 1024 which has an arm cortex-m7 cpu. We have the strong need for OTA (over the air update) thus I created a customer bootloader, and the actual firmware...
  • How to build an Base adress independent binary?
    Hello, I try to build an System witch consists of many selectable Modules. Because of there are selectable, there are no specific ROM-Base adresses for the Modules. They are uploaded by a Firmware somwhere...