This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM5729: IPC built error after adding customTable = True

Part Number: AM5729

Dear Champs,

My customer successfully to build IPC example(ex02_messageq) and run it well.

But, they failed to build after adding below in the DSP cfg file.

(ipc_3_50_04_07\examples\DRA7XX_linux_elf\ex02_messageq\dsp1\Dsp1.cfg)

/* Override the default resource table with my own */

var Resource = xdc.useModule('ti.ipc.remoteproc.Resource');

Resource.customTable = true;

They failed build as below when 'make ti-ipc-linux-examples' was executed. 

 

~~~~~~```

# Making bin/debug/server_dsp2.xe66 ...

/home/yjhong/Kisan/S2/TI_AM57x/sdk/ProcSDK_rtos_06.01.00.08/ti-cgt-c6000_8.3.2/bin/cl6x -z -w -q -u _c_int00 -c -m bin/debug/obj/server_dsp2.xe66.map -o bin/debug/server_dsp2.xe66 bin/debug/obj/MainDsp2.oe66 bin/debug/obj/Server.oe66 \

             bin/debug/configuro/linker.cmd -l /home/yjhong/Kisan/S2/TI_AM57x/sdk/ProcSDK_rtos_06.01.00.08/ti-cgt-c6000_8.3.2/lib/libc.a

<Linking>

 

undefined                       first referenced                                                                                                                                                      

  symbol                             in file                                                                                                                                                           

 ---------                       ----------------                                                                                                                                                      

 ti_ipc_remoteproc_ResourceTable /home/yjhong/Kisan/S2/TI_AM57x/sdk/ProcSDK_rtos_06.01.00.08/ipc_3_50_04_07/examples/DRA7XX_linux_elf/ex02_messageq/dsp2/bin/debug/configuro/package/cfg/Dsp2_pe66.oe66

 

error: unresolved symbols remain

error: errors encountered during linking; "bin/debug/server_dsp2.xe66" not

   built

 

>> Compilation failure

makefile:66: recipe for target 'bin/debug/server_dsp2.xe66' failed

make[4]: *** [bin/debug/server_dsp2.xe66] Error 1

My customer checked below documents, but could not find what is wrong and what procedure should be added.

Could you please let me know how they can resolve this compile error?

Linux IPC on AM57xx

AM57x Processor SDK Linux®: Customizing Multicore Applications to Run on New Platforms

Resource customTable

Thanks and Best Regards,

SI.