Hello
question:
is it possible to create and use a symbol definition file with/for the gnu or segger linker?
Eg like this: infocenter.arm.com/help/index.…oc.dai0242a/CHDFICBG.html
proberberly what i want do do:
1.) create and build new Project "A"
2.) symdef file generated from Project "A"
3.) Add symdef file to Project "B"
4.) Project "B" is configured to another Flash and RAM area than Project "A"
5.) Project "B" contains only one function (no main, no startupcode, etc...) in this function i want to call functions and/or variables defined in Project "A"
6.) compile Project "B" and link against Project "A".
7.) geht flash content from Project "B".
i want to use this to create patches for existing project "A", that mean if i release project "A" this porject will never be changed again, but i need the flash position from the functions and variables to linkt the patch against.
best regards
markus
question:
is it possible to create and use a symbol definition file with/for the gnu or segger linker?
Eg like this: infocenter.arm.com/help/index.…oc.dai0242a/CHDFICBG.html
proberberly what i want do do:
1.) create and build new Project "A"
2.) symdef file generated from Project "A"
3.) Add symdef file to Project "B"
4.) Project "B" is configured to another Flash and RAM area than Project "A"
5.) Project "B" contains only one function (no main, no startupcode, etc...) in this function i want to call functions and/or variables defined in Project "A"
6.) compile Project "B" and link against Project "A".
7.) geht flash content from Project "B".
i want to use this to create patches for existing project "A", that mean if i release project "A" this porject will never be changed again, but i need the flash position from the functions and variables to linkt the patch against.
best regards
markus