Hi,
We using CrossCore 2.9.4 on an ADSP SC587
we having issues with "additional include directories" when we include anything for CORE0 but on the other DSP cores it works fine.
Now when i look in the output console for core 0 and we look how crosscore compile this:
arm-none-eabi-gcc -g -gdwarf-2 -ffunction-sections -fdata-sections -DCORE0 -D_DEBUG -DADI_DEBUG -DADI_MCAPI -DDEBUG @includes-1c4accfa32bc0540630b9a10b97b4ed1.txt -Wall -Werror -c -mproc=ADSP-SC587 -msi-revision=1.0 -MMD -MP -MF"src/user/comm_core0.d" -o "src/user/comm_core0.o" "../src/user/comm_core0.c"
The include directories are in the Includes-1c4accfa32bc0540630b9a10b97b4ed1.txt.
When we open this file we cannot not find our addition included files:
-I"D:/gitlabProjects/Firmware_SHARC_DSP_FS/FW_SHARC_DSP_Core0/system"
-I"D:/gitlabProjects/Firmware_SHARC_DSP_FS/common/utilities"
-I"D:/gitlabProjects/Firmware_SHARC_DSP_FS/common/modules"
So what we doing wrong here or is this a bug in the CrossCore?
How we can resolve this issue?