Greetings,
I am a relative newbie to the C programming language. I am trying to use a “map” structure – it’s similar to a “dictionary” in Python or Objective C where the map structure provides key/value pairs.
CCStudio is generating the following error:
line 2: fatal error #5: could not open source file "map.h"
Below is a screen capture of the C perspective. It shows the snippet of code, the compiler includes search path in the Project Explorer and the error.
I suspect that I’m not referencing the map package correctly. Any help with this is greatly appreciated.
I am using CCStudio Version: 5.1.0.09000 and the LaunchPad MSP-EXP430G2 with a MSP430G2231 value line chip. I have successfully compiled run and modified the Temp Sense and other demo software so I know the CCS and debugger are working correctly. Cheers.
