Part Number: MSP432P4111
I'm working with multiple coding partners using multiple hosts computers, all using the same code base.
The code builds on CCS v10 for windows and max osx but not ubuntu.
What is helpful is that you don't need the entire code base to find this error, you just need to select "Build Selected file(s)" for system_msp432p4111.c
The ubuntu code compilation fails in finding SYSCTL_A however, if you select the field, then select Open Declaration, the CCS tool opens msp432p4111.h and highlights SYSCTL_A.
On the mac, though it builds, if you select the field, then select Open Declaration, the CCS tool puts in the lower left hand corner of the window, in red: "Could not find the symbosl 'SYSCTL_A" in index."
Please help!