我现在在用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操作呢?
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.
我现在在用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操作呢?
请看e2e工程师的回复。
The 08.02 version of the SDK is not the latest version. I recommend using the latest version which is 08.04:
Could you please provide a link to the 'build'-related instructions you are referring to?