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?
Hi rajesh_t_s,
I have moved this question to 'Software Tools' in order to try and help you get a resolution to your question.
Thanks
Ryan