Part Number: MSP430FR5969
Other Parts Discussed in Thread: MSP430WARE,
Tool/software: TI C/C++ Compiler
I get this error in Debug but not in Release for CCS 10.2.0.00009, msp430_20.2.2.LTS/include" --include_path="C:/ti/msp/MSP430Ware_3_80_13_03/driverlib/driverlib/MSP430FR5xx_6xx" -- :
unresolved symbol __mspabi_srli_6, first referenced in ./src/inficon.obj
I did not find any differences in settings in the compiler (C11) or Linker setting (other than pointing to my Debug and Release libraries).
This error does not occur in the library builds just the final executable.
I also get this error on another computer: CCS 10.1.1.00004, msp430_20.2.3.LTS/include" --include_path="C:/ti/msp/MSP430Ware_3_80_11_07/driverlib/driverlib/MSP430FR5xx_6xx" --
Makes me think there is a different setting somewhere, but I don't see it.
Same project moving it from desktop to laptop, both are Windows 10.