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.
I am merging two projects, and ran across this issue when trying to merge the startup code between the two. The entry points are named differently in each project, and although I'd like to use the definitions from the "newer" project, the '--entry' and '--first' options in the linker command line contain the names from the "older" project.
I have tried to find the method to change these linker options, but have not. I have tried every menu option etc that I thought might be related. I have searched every file in the project for the older project's entry point name, also no results other than the original .s file.
Does anyone know how to change these option settings?
There is an edit box in the Linker options dialog called Misc controls.
You will have to type it yourself there
e.g.
--entry MyEntryPoint
Thank you, Patrick, that got me working right away.