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.

SK-TDA4VM: c++代码推理模型的步骤里build这步是在pc端操作还是板端操作,如果是在板端推理模型

Part Number: SK-TDA4VM


我现在在用08.02版本的sdk,想在板端用官方提供的c++代码推理官方的模型,在操作步骤文档里有build这步:

Build the CPP examples using cmake from repository base directory

mkdir build && cd build
cmake ../examples/
make
cd  ../
请问build这块是在pc端完成然后将build文件拷贝到板端还是直接在板端完成build操作呢?