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.
Thanks for the links.
In short then, position independent code is only possible for a subset of C and not at all for C++.