Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Hello,
I am attempting to go through the examples included in the User Guide for MCSDK 2.0 at http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide#Example_1_-_Building_and_running_a_simple_single_core_application (section 5.3.2).
After making it through step 4 and attempting to build, I get the following error in the resource .xdchelp:
declaration incompatible with "xdc_Ptr ti_sysbios_BIOS_RtsGateProxy__delegate__S(void) (declared at line 244 of /bios_6_46_05_55/packages/ti/sysbios/package/BIOS_RtsGateProxy.h)
The file CCS brings up when I double-click on the error is /Debug/configPkg/package/cfg/led_play_PE66.c It looks like this file is auto-generated by the compiler and it is generating the delegate to return type xdc_CPtr while the one in the actual file returns type xdc_Ptr. Is there a way to get around this and get the compiler to generate the correct code for me?
I am using CCS 7.1 with the following versions
MCSDK 2.1.2.6
Compiler TIv8.1.3
XDCtools 3.50.1.12-core
BIOS 6.46.05.55
Thanks so much!