Other Parts Discussed in Thread: MSP430F5528
I found out that when a linker command file (.cmd) is located inside a linked folder of the project, with the actual folder located outside the project root, then this linker command file is not passed to the linker as a command line argument. The linker command file is NOT excluded from build but still it does not appear in the linker command line shown in the build console. Copying the file somewhere inside the actual project root folder solves the issue.
I have not found this being mentioned anywhere and I beleive it is quite confusing, since source files (.c) are automatically included in the build, so ont would expect that .cmd are taken into account too.
I observed this using CCS v6, compiling a project for MSP430F5528 using compiler V4.3.7
Giannis
