Other Parts Discussed in Thread: 66AK2G02, SYSBIOS
Tool/software: TI-RTOS
After floundering around with other problems (see my other posts), I came upon how to find actual examples for the EVMK2G platform. (For those with similar problems, I had to navigate to "View->Resource Explorer Classic" which gave me the drop down list on the left side that is NOT provided from the Resource Explorer that comes up automatically when you first install.)
Then, I selected "SYS/BIOS/Unclassified Devices" in the drop down list. I then installed and compiled three different example projects and they all had the same basic compilation errors that I cannot figure out.
I installed and compiled:
"66AK2G02 - Cortex A [ARM] - GNU Target Examples - Typical"
"K2GEVM - Cortex A [ARM] - GNU Target Examples - Generic Examples - Hello Example"
"K2GEVM - Cortex A [ARM] - GNU Target Examples - Generic Examples - Semi-Hosting Example"
All of these failed to compile for similar reasons:
Description Resource Path Location Type
gmake: *** No rule to make target 'build-1343973039', needed by 'configPkg/compiler.opt'. typical_66AK2G02_CortexA C/C++ Problem
gmake: Target 'all' not remade because of errors. typical_66AK2G02_CortexA C/C++ Problem
gmake[1]: *** [build-1343973039-inproc] Error 1 typical_66AK2G02_CortexA C/C++ Problem
recipe for target 'build-1343973039-inproc' failed subdir_rules.mk /typical_66AK2G02_CortexA/Debug line 12 C/C++ Problem
xdc.cfg.Program : The package 'ti.sysbios.knl' is not compatible with XDCtools used in this build. Please either use XDCtools compatible with that package, or update the product containing that package, or rebuild the package with XDCtools 3.50 or later. .xdchelp /typical_66AK2G02_CortexA line 71 C/C++ Problem
SInce I am using XDCtools 3.50.03.33, I don't believe that is the issue. I got these errors after installing ccs_setup_7.3.0.00019.exe and ti-processor-sdk-rtos-k2g-evm-04.01.00.06-Windows-x86-Install.exe and carefully following the instructions in 