The linker ignores the --output_file directive when building a library as a managed CC430 project. CC430 insread places the .lib in the \release subdirectory of the project. The managed project was created used the CC430 project Wizard.
Here's the output file set in the options:
and here's the corresponding console output.
Just to be sure; the output file in 'TO Debug Settings' is also set to 'C:\SPJ1\swr\lib\cc430\arith_norm.lib'
Steven Pruzina

