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.
Presently, I use ARM cc compiler with GNU Linker, And I've been trying to move completely to the ARM toolchain. But I am not sure how to add symbols in ARM linker while using scatter file..In ARM GNU linker, while using the .ld file, I could add my own symbol to the symbol table, so that i could add some Hardware registers like... MY_HW_BASE = 0x1000; MY_HW_REG1 = MY_HW_BASE + 0x03;(Just like variables in C)Any ideas if it can be done with ARM toolchain?