I am trying to build the uC example project for my ADSP-CS589 EZ board, and I get these warnings:
Description Resource Path Location Type
"ADI_MMU_R0_DEVICE" redefined MMUConfig.c /SS_uC_App_Core0/system/MMU line 48 C/C++ Problem
li2074: RESERVE_EXPAND command on line 10 of file "..\..\..\Source\adi_ss_uc_app.ldf" might claim the remainder of 'mem_block0_bw' memory, leaving no space for 'dxe_block0_stack_and_heap_expand' output section. app.ldf /SS_uC_App_Core1/system/startup_ldf line 1780 C/C++ Problem
li2074: RESERVE_EXPAND command on line 10 of file "..\..\..\Source\adi_ss_uc_app.ldf" might claim the remainder of 'mem_block0_bw' memory, leaving no space for 'dxe_block0_stack_and_heap_expand' output section. app.ldf /SS_uC_App_Core2/system/startup_ldf line 1767 C/C++ Problem
li2074: RESERVE_EXPAND command on line 71 of file "..\..\..\Source\adi_ss_uc_app.ldf" might claim the remainder of 'mem_L2B5B6_bw' memory, leaving no space for 'dxe_l2_stack_and_heap_expand' output section. app.ldf /SS_uC_App_Core2/system/startup_ldf line 1779 C/C++ Problem
li2074: RESERVE_EXPAND command on line 71 of file "..\..\..\Source\adi_ss_uc_app.ldf" might claim the remainder of 'mem_L2B7B8_bw' memory, leaving no space for 'dxe_l2_stack_and_heap_expand' output section. app.ldf /SS_uC_App_Core1/system/startup_ldf line 1792 C/C++ Problem
Can or should I do something about it?
Or simply ignore?