Other Parts Discussed in Thread: SIMPLICITI, CC430F5137
I just updated to CCS 5 from CCS4 and have a couple of problems. First is a warning:
Invalid project path: Duplicate path entries found (/Sensor Monitor [Include path] isSystemInclude:true includePath:C:/Texas Instruments/ccsv5/tools/compiler/msp430_4.1.5/include)
If I view the project properties MSP430 Compiler I see this
include_path="C:/Texas Instruments/ccsv5/ccs_base/msp430/include" --include_path="C:/Texas Instruments/ccsv5/tools/compiler/msp430_4.1.5/include" --include_path="C:/Texas Instruments/ccsv5/tools/compiler/msp430_4.1.5/include" --include_path="C:/mtrfs/Components/bsp" --include_path="C:/mtrfs/Components/bsp/boards/MTRFS" --include_path="C:/mtrfs/Components/bsp/drivers" --include_path="C:/mtrfs/Components/mrfi" --include_path="C:/mtrfs/Components/simpliciti/nwk" --include_path="C:/mtrfs/Components/simpliciti/nwk_applications" --include_path="C:/mtrfs/Projects/Examples/MTRFS/_driver" --include_path="C:/mtrfs/Projects/Examples/_logic" --define=__CC430F5137__ --define=MRFI_CC430
Which shows the 4.1.5 compiler include twice. How do I get rid of one of these?
The other is an error I get when compiling certain build configurations in my project:
Errors occurred during the build. Errors running builder 'CDT Builder' on project 'Sensor Monitor'. java.lang.NullPointerException.
I get this error right after the build process finishes the clean. Other build configurations complete without error.