Other Parts Discussed in Thread: SYSBIOS,
Tool/software: TI-RTOS
Issue:
When creating a new RTOS project in CCS for F28379D, the code does not compile and generates the following errors: (Project/New CCS Project/SYS/BIOS/TI Target Examples/ Typical):
| Description | Resource | Path | Location | Type |
| declaration is incompatible with "xdc_Ptr ti_sysbios_BIOS_RtsGateProxy_Proxy__delegate__S(void)" (declared at line 244 of "C:/TI/bios_6_46_01_38/packages/ti/sysbios/package/BIOS_RtsGateProxy.h") | .xdchelp | /RTOS_blinky_CPU1 | line 19906 | C/C++ Problem |
| gmake: *** No rule to make target 'build-1317351329', needed by 'configPkg/compiler.opt'. | RTOS_blinky_CPU1 | C/C++ Problem | ||
| gmake: Target 'all' not remade because of errors. | RTOS_blinky_CPU1 | C/C++ Problem | ||
| gmake[1]: *** [build-1317351329-inproc] Error 1 | RTOS_blinky_CPU1 | C/C++ Problem | ||
| warning: a value of type "const __T1_ti_sysbios_knl_Idle_coreList *" cannot be used to initialize an entity of type "xdc_UInt *" | .xdchelp | /RTOS_blinky_CPU1 | line 6578 | C/C++ Problem |
| warning: a value of type "const __T1_ti_sysbios_knl_Idle_funcList *" cannot be used to initialize an entity of type "ti_sysbios_knl_Idle_FuncPtr *" | .xdchelp | /RTOS_blinky_CPU1 | line 6567 | C/C++ Problem |
| warning: a value of type "xdc_Ptr (*)(xdc_Ptr, xdc_SizeT, xdc_Ptr, const xdc_UChar *, xdc_SizeT, xdc_runtime_Error_Block *)" cannot be used to initialize an entity of type "xdc_Ptr (*)(xdc_CPtr, const xdc_UChar *, xdc_SizeT, xdc_runtime_Error_Block *)" | .xdchelp | /RTOS_blinky_CPU1 | line 853 | C/C++ Problem |
| warning: a value of type "xdc_Ptr (*)(xdc_Ptr, xdc_SizeT, xdc_Ptr, const xdc_UChar *, xdc_SizeT, xdc_runtime_Error_Block *)" cannot be used to initialize an entity of type "xdc_Ptr (*)(xdc_CPtr, const xdc_UChar *, xdc_SizeT, xdc_runtime_Error_Block *)" | .xdchelp | /RTOS_blinky_CPU1 | line 881 | C/C++ Problem |
| warning: a value of type "xdc_Ptr (*)(xdc_Ptr, xdc_SizeT, xdc_Ptr, const xdc_UChar *, xdc_SizeT, xdc_runtime_Error_Block *)" cannot be used to initialize an entity of type "xdc_Ptr (*)(xdc_CPtr, const xdc_UChar *, xdc_SizeT, xdc_runtime_Error_Block *)" | .xdchelp | /RTOS_blinky_CPU1 | line 910 | C/C++ Problem |
| a value of type "const xdc_runtime_Types_Base *" cannot be assigned to an entity of type "xdc_runtime_Types_Base *" | .ccsproject | /RTOS_blinky_CPU1 | line 142, external location: C:\TI\bios_6_46_01_38\packages\ti\sysbios\interfaces\ITimestamp.h | C/C++ Problem |
| a value of type "const xdc_runtime_Types_Base *" cannot be assigned to an entity of type "xdc_runtime_Types_Base *" | .ccsproject | /RTOS_blinky_CPU1 | line 162, external location: C:\TI\bios_6_46_01_38\packages\ti\sysbios\interfaces\ITimestamp.h | C/C++ Problem |
Versions:
CCS: 7.1.0.00016
Compiler: TI v16.9.3.LTS
SYS/BIOS: 6.46.1.38
XDC Tool version: 3.50.1.12_core
Hardware: F28379D control card on dock station (XDS100v2)
Platform: ti.platforms.tms320x28:TMS320F28379D
Target: ti.targets.C28_float
Thank you!