Other Parts Discussed in Thread: MSP430WARE
I am trying to do lab 3a from C:\msp430_workshop\FR5969_fram\lab_03a_gpio\lab_03a_gpio_readme.txt. I created a new project with a main.c file and started typing the code in doing builds as I went so that I would know as soon as there was a problem. I made it as far as ‘#include <driverlib.h>’ and started getting errors.
After some Google searches I imported the solution C:\msp430_workshop\FR5969_fram\solutions\lab_03a_gpio_solution.zip into C:\msp430_workshop\FR5969_fram\workspace. I verified that the solution project worked then copied the driverlib directory from C:\msp430_workshop\FR5969_fram\workspace\lab_03a_gpio_solution to C:\Users\BigChris\workspace_v6_0\Lab_3a_GPIO_CJH. Then I added the line "${PROJECT_ROOT}/driverlib/MSP430FR5xx_6xx" to the projects include options. That got me to these errors:
#1965 cannot open source file “intrinsics.h”
#1965 cannot open source file “stdint.h”
After some more Google searches I think CCS6 is looking for the files:
C:\ti\ccsv6\tools\compiler\msp430_4.3.3\lib\src\ intrinsics.h
C:\ti\ccsv6\tools\compiler\msp430_4.3.3\lib\src\ stdint.h
I don’t know if that is the problem and if it is how to direct CCS6 to those files.
Please help.
It does not seem that I should be having this much trouble typing in one of the first getting started labs
Thanks In Advance
