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.

PROCESSOR-SDK-J722S: Compiler TIDL code on J722s chip pass, but on PC fail

Part Number: PROCESSOR-SDK-J722S

Tool/software:

Hi team,

  I follow https://github.com/TexasInstruments/edgeai-tidl-tools SOP and try to run on J722s chip,

My Image version is 10.00.00.08 / TIDL version is 10.00.04.00,

But I find below problem, please help me to check:

  • "cmake –DTARGE_CPU=arm ../examples" then "make -j " will be failed on ubuntu22.04

  • "cmake ../examples" then "make -j " will be failed on ubuntu22.04
  • "cmake –DTARGE_CPU=arm ../examples" then "make -j " will be pass on J722s chip

I check the SOP, compiler need to do on Host CPU but not on J722s chip

Do I miss some step, leading to this issue?

Thanks for your kindly help.