自己在source/artinchip/lvgl-ui下建立measure和measure/lib, lib文件夹里面有个libtest_msg.so 。
我在cmake里面加入了link_libraries(${MEASURE_LIB}/libtest.so),编译的时候出现:
d211/output/d211_demo128_nand/host/opt/ext-toolchain/bin/../lib/gcc/riscv64-unknown-linux-gnu/10.2.0/../../../../riscv64-unknown-linux-gnu/bin/ld: cannot find -ltest_msg
请教下怎么修改才能通过呢?
离线
参考这个
11 define MSNLINK_INSTALL_TARGET_LIBS
12 $(INSTALL) -D -m 644 package/vendor/xxx/lib/* $(STAGING_DIR)/usr/lib/ --编译用目录
13 $(INSTALL) -D -m 644 package/vendor/xxx/lib/* $(TARGET_DIR)/usr/lib/ --运行用目录
14 endef
离线
谢谢层主,我试试
离线