PaddlePaddle / PaddlePaddle/FastDeploy
rk开发板的交叉编译fd,make install 时候没有第三方库
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 3.7k
- Forks
- 756
- Avg merge
- 19h 28m
- Merged PRs (30d)
- 4
Description
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
环境
按照FastDeploy/examples/vision/detection/rkyolo/cpp/README_CN.md 中的文档,版本都是最新的版本。
编译命令:
cmake ..
-DCMAKE_C_COMPILER=/usr/bin/aarch64-linux-gnu-gcc
-DCMAKE_CXX_COMPILER=/usr/bin/aarch64-linux-gnu-g++
-DCMAKE_TOOLCHAIN_FILE=./../cmake/toolchain.cmake
-DTARGET_ABI=arm64 \
-DENABLE_ORT_BACKEND=ON
-DENABLE_RKNPU2_BACKEND=ON
-DENABLE_VISION=ON
-DRKNN2_TARGET_SOC=RK3588
-DENABLE_ORT_BACKEND=ON
-DCMAKE_INSTALL_PREFIX=${PWD}/build_aarch/install/fastdeploy-0.0.3
make -j8
make install DESTDIR=./install/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with FastDeploy/examples/vision/detection/rkyolo/cpp/README_CN.md and cmake/toolchain.cmake, then reproduce the cross-compilation and make install commands for arm64/RK3588. Compare the build dependencies with the files produced under the install destination; done means the required third-party libraries are included, but the issue does not identify which libraries are missing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake
- Domain
- build-system, embedded-iot
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100