Douglass, Woodrow wrote:
Is there some way to force the ELF file to include all symbols and hardware registers etc?
I'm not sure is it what you are looking for, but take a look at MAKE_WEAK macro here: http://mspgcc.cvs.sourceforge.net/viewvc/mspgcc/msp430-libc/src/gcrt0.S?view=markup&pathrev=MSP430X You can add similar file which makes all required symbols global into your project.
-- Regards, Sergey A. Borshch mailto: [email protected] SB ELDI ltd. Riga, Latvia
