Other Parts Discussed in Thread: SYSBIOS
Hello,
So I've somewhat resolved the xdc question by reinstalling the SDK, but now I have actual build issues and it looks like the included package repositories for xdc are actually incorrect:
You can see from this screen grab here that the first XDCPath entry has a garbled formatting which causes CCS to declare it as an invalid include path:
I manually edited this and it doesn't seem to help.
On a clean build there's errors for no rule to make target "build-xxxxxxxxxx" which seem to be automatically generated build targets and not related to any real errors.
If I rebuild without cleaning I can get a bit further but encounter this error:
#10008-D cannot find file "/Applications/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/source/ti/dmm/apps/common/tirtos/src/sysbios/rom_sysbios.am4f"
In addition there's numerous undefined reference to ti_sysbios_family_armcc26xx type errors.
Has anyone actually built this application in this release and gotten it to successfully compile? Please advise on how to get this building again.
Munan