Z-STACK不能使用DLIB库?
时间:10-02
整理:3721RD
点击:
由于要移植某个东西,需要用到DLIB库,但是发现移植到Z-STACK上之后编译不了,Z-STACK我移植OK的。
错误提示是:
Error[e117]: Incompatible runtime models. Module APS specifies that '__SystemLibrary' must be 'CLib', but module AF has the value 'DLib'
单独编译Z-STACK也不能使用DLib库,寻求帮助!
" - Z-Stack has been built and tested with IAR's CLIB library, which provides a light-weight C library which does not support Embedded C++. Use of DLIB is not recommended since Z-Stack is not tested with that library."
谢谢回答!