Hi,
I'm using HALCoGen v3.6 to generate code for a TMS570LS20206PGE using the TMS570LS20216ZWT_FREERTOS wizard. Everything seems to work fine generating from a ZWT project onto a PGE target, except a few warnings are raised in the code:
"../HAL/source/sys_link.cmd", line 47: warning #10068-D: no matching section
"../HAL/source/sys_link.cmd", line 53: warning #10068-D: no matching section
"../HAL/source/sys_link.cmd", line 54: warning #10068-D: no matching section
"../HAL/source/sys_link.cmd", line 55: warning #10068-D: no matching section
Stgruggling to understand these warnings, as they relate specifically to high-level areas of FreeRTOS:
/* FreeRTOS Kernel in protected region of Flash */
.kernelTEXT : { sys_startup.obj(.const)
os_tasks.obj (.const:.string) <<WARNING
-l=rtsv7R4_T_be_v3D16_eabi.lib<auto_init.obj> (.text)
-l=rtsv7R4_T_be_v3D16_eabi.lib<copy_decompress_rle.obj> (*)
-l=rtsv7R4_T_be_v3D16_eabi.lib<cpy_tbl.obj> (*)
-l=rtsv7R4_T_be_v3D16_eabi.lib<copy_zero_init.obj> (*)
-l=rtsv7R4_T_be_v3D16_eabi.lib<copy_decompress_none.obj> (*)
-l=rtsv7R4_T_be_v3D16_eabi.lib<icall32.obj> (.text) <<WARNING
-l=rtsv7R4_T_be_v3D16_eabi.lib<memset32.obj> (.text) <<WARNING
-l=rtsv7R4_T_be_v3D16_eabi.lib<memcpy32.obj> (.text) <<WARNING
Has anyone spotted these warnings coming out of HalCoGen before, or is this something specific to building for one target and compiling for another?
Using the latest versions of Code Composer and compile tools.
cheers
Mat
P.S. As a side point, is there any backdoor way to enable HALCoGen to generate FreeRTOS code for the PGE target?