undefined reference to `sm3_digest'
Unsolved
Mobile and Embedded
-
@hhhl01 said in undefined reference to `sm3_digest':
else:unix:!macx: LIBS += -L$$PWD/../../GmSSL/gmssl.lib
On Unix/Linux this is wrong.
Please check https://doc.qt.io/qt-6/qmake-variable-reference.html#libs$$PWD/../../GmSSL/debug/gmssl.lib - is this path valid?
Are the missing functions part of the gmssl library? -
@hhhl01 said in undefined reference to `sm3_digest':
when I change it to the format below it doesn't work
I didn't say you have to change it for Windows.
Again: "Are the missing functions part of the gmssl library?"
Was this library built using same compiler? -
This post is deleted!