Hi,
I have a library that I cannot recompile and I'm trying to add it to my MSP430F5438A project. When I build I get:
error #16019-D: file "mlibrary.obj>"
specifies restricted large data memory model, which is not compatible with
large data memory model specified in a previous file or on the command line
This is for all the objects in the library. I went and adjusted the project settings to use the restricted large data memory model, but the errors still persist. You can see below the command line showing the memory model settings:
-vmspx --abi=coffabi --code_model=large --data_model=restricted --near_data=globals -O0 --opt_for_speed=0 -g --include_path="C:/ti/ccsv5/ccs_base/msp430/include" --
Is there a file by file setting? Could something be cached (the project previously used the default memory model).
I have compared my project to another project which successfully compiled the library for the same processor and there are no differences between them that I can see in the compiler/linker settings tabs.
Regards,
Gustavo