Skip to content

Compiler/TI: Added support for the TI MSP430 linker.

Bill Muzika requested to merge bmuzika/cmake:ti-msp430-linkersupport into master

The TI MSP430 compiler/linker requires specific flags before the "--run-linker" flag. These include flags to specify the memory model and silicon version (msp vs mspx). If these flags are not present, the linker will not correctly select libraries such as libc and libmath provided by TI.

Edited by Brad King

Merge request reports

Loading