Tool/software:
I have a PDK-based application built on PSDK RTOS (ti-processor-sdk-rtos-j784s4-evm-09_02_00_05) for the C7 DSP core, containing both C and C++ files. In my build command, I have set CPLUSPLUS_BUILD=yes
and BUILD_PROFILE=debug
.
My build command is as follows:
make -s BOARD=board CORE=c7x_2 BUILD_PROFILE=debug CPLUSPLUS_BUILD=yes app_test_clean app_test
However, I’m encountering a linker error for the undefined symbol vApplicationLoadHook
in ti.kernel.freertos.ae71<port.oe71>
.
If I choose BUILD_PROFILE=release, it works all fine.
Can you please guide how to resolve this error?
Regards,
Attiya