Hi Kees,

> is it possible to use a 'local' copy of the link script, modify it and
> reference it in the Makefile?

Yes.

> And how should this local copy be referenced correctly to override the
> system default?

Use the -T command line option.  Eg:

   gcc -T myscript.t foo.c


You should be able to find out which linker script is being used by 
default by adding "-v" to the gcc command line.  Linker scripts for the 
MSP430 are MCU specific, so you must make sure that the command line 
also includes the correct -mmcu= command line option as well.

Cheers
   Nick


------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to