This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM625: rpmsg char 编译生成的库不被 QT 识别

Part Number: AM625

LIBS += /home/ubuntu/ti-rpmsg-char-master/output/lib/libti_rpmsg_char.a
LIBS += /home/ubuntu/ti-rpmsg-char-master/output/lib/libti_rpmsg_char.so
LIBS += /home/ubuntu/ti-rpmsg-char-master/output/lib/libti_rpmsg_char.so.0.6.6
LIBS += /home/ubuntu/ti-rpmsg-char-master/output/lib/libti_rpmsg_char.la                   <------------这个库不能被 QT 识别
LIBS += /home/ubuntu/ti-rpmsg-char-master/output/lib/libti_rpmsg_char.so.0

是库的问题还是 QT 问题?

如果不加这个库,函数就找不到。