The information that TI encodes in their linker command file is built into the MSP430 support in binutils, and is installed in the lib/ldscripts directory installed with binutils. (Other parts of it are coded in the MSP430 include files.)
While the relocation problem may be related to something in those scripts, you definitely have linker support for the CC430F6137. Peter On Mon, Jun 14, 2010 at 5:41 PM, <[email protected]> wrote: > I do not have a linker command file for MSPGCC4. Could this be the source > of my linking error "warning: internal error: unsupported relocation > error"? > > I have read the MSPGCC docs and find no reference to a linker command > file. > > If I need a linker command file will MSPGCC be able to consume the one > provided by TI? If so, how do I feed it to MSPGCC? > > If I need a linker command file but MSPGCC cannot consume the one provided > by TI, where do I find instructions on how to create one for MSPGCC? > > Thanks, > Paul > > > ------------------------------------------------------------------------------ > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > Mspgcc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >
