This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to generate position independent code for aarch64 target?

Seems like all related armclang options (-fpic, -fropi, -frwpi) are not supported in aarch64 state, so is it possible to generate position independent code for aarch64 target? 

Thanks

-Oscar

Parents
  • Sorry to reply to this thread, I have similar question

    Working on a bare metal code, Cortex-A53 in 64bit mode and would like to be able to load a binary (PIE) at a location available (so the available location could change) . 

Reply
  • Sorry to reply to this thread, I have similar question

    Working on a bare metal code, Cortex-A53 in 64bit mode and would like to be able to load a binary (PIE) at a location available (so the available location could change) . 

Children