我正在尝试为powerpc交叉编译tpm-tools。这个命令 我用于配置是:
./configure --target=powerpc-linux --enable-debug
--enable-cross-compile --enable-static --disable-shared
--host=powerpc-linux
我已将CC变量设置为apt位置,但仍然收到错误:
在-ltspi中检查Tspi_Context_Create ...否
configure:error:找不到tss lib:libtspi.so
我不明白为什么tpm-tools在我搜索共享库时会这样做 将其配置为使用静态的。 任何帮助将不胜感激。
答案 0 :(得分:0)
我找到了解决方法,可以使用https://github.com/flihp/meta-measured/tree/master/recipes-tpm/tpm-tools配方文件轻松完成交叉编译。