Using Windows 8.1 OS, I followed the Getting started Guide and installed, imported the demo projects and Libraries, ensuring that any libraries are only referenced and not copied.
Some of the examples will compile ok, but others wont. The serial_wifi won't, giving errors:
#1965 cannot open source file xdc/std.h in resource app.pem4.c
#1965 cannot open source file xdc/std.h in resource package_configPkg.c
I am using CCS6, which appears to indicate the version installed is the latest version.
There are std.h files but they are in iar\tirtos, not in the CCS6 folders.
How can I get a version that actually compiles correctly ??
The adc sample project compiles ok, but the wlan_station is another one that doesn't.