Dear,
We are trying to call an assembler function from C, but get the following error during compilation:
'Building target: test_asm_Core1.dxe'
'Invoking: CrossCore SHARC Linker'
cc21k -proc ADSP-SC587 -si-revision 1.0 -TD:/workspace_cces/test_asm_Core1/system/startup_ldf/app.ldf -no-mem -map test_asm_Core1.map.xml -LD:/workspace_cces/test_asm_Core1/Debug/system/startup_ldf -flags-link -MDCORE1,-MDOTHERCORE,-MDDEBUG -add-debug-libpaths -o test_asm_Core1.dxe @input-file.txt -flags-link -od,.\.
[Error li1021] The following symbols referenced in processor 'SC587_CORE_1' could not be resolved:
'Test_Function [Test_Function.]' referenced from 'src\test_asm_Core1.doj'
Linker finished with 1 error
See attached project files
What we doing wrong and how resolve this issue?