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?