I am hoping to build two application images (with same application) with the headfless build option
Application2 Start Address 0xFFE90000 Application2 Exception Vector 0xFFF27F70 Application2 Reset Vector 0xFFF27FEC
Application1 Start Address 0xFFF28000 Application1 Exception Vector 0xFFFBFF70 Application1 Reset Vector 0xFFFBFFEC
Currently I am able to build by manually editing the linker options in E2Studio project options but wish to automate the build process using the headless build option.
Is it possible to feed the section address to headless build option?
Thanks so much
I would think this could be achieved by created different build configurations and selecting the desired option.
Another option would be to hand edit the Makefile created by Eclipse and invoke the make to do the build with the desired options.