Search found 2 matches

by Kyle
2024-03-09 11:59
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 mmdeploy cross compile failed编译失败
Replies: 3
Views: 2910

Re: RV1106 mmdeploy cross compile failed编译失败


Hello,

__ctype_tolower and __ctype_b are c library functions, which may be related to your compilation environment.

Check whether this error will occur when compiling rknpu2 directly. If an error is reported, please check your compilation environment:

1. Install rknpu2

git clone https ...
by Kyle
2024-03-08 14:55
Forum: Luckfox Pico-RV1103/RV1106
Topic: RV1106 mmdeploy cross compile failed编译失败
Replies: 3
Views: 2910

RV1106 mmdeploy cross compile failed编译失败

//opt/RKNN/rknpu2/runtime/RV1106/Linux/librknn_api/lib/librknnmrt.so: undefined reference to `__ctype_tolower'
//opt/RKNN/rknpu2/runtime/RV1106/Linux/librknn_api/lib/librknnmrt.so: undefined reference to `__ctype_b'

在给 luckfoxpico pro交叉编译mmdeploy在link demo的时候提示undefined reference to `__ctype_b'
I ...