We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 called an entry-function to this PIE) at the top (or beginning) of the executable.
May I know how can I achieve this?
Thanks.