Search found 2 matches

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

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://github.com/...
by Kyle
2024-03-08 14:55
Forum: LuckFox Pico
Topic: RV1106 mmdeploy cross compile failed编译失败
Replies: 3
Views: 1637

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 g...