我正在尝试交叉编译powerpc的tpm工具。命令
我使用的配置是:

./configure --target=powerpc-linux --enable-debug
--enable-cross-compile --enable-static --disable-shared
--host=powerpc-linux

我已将cc变量设置为apt位置,但仍得到错误:
正在检查在-ltspi中创建的tspi上下文…不
配置:错误:未找到tss lib:libtspi.so
我不明白为什么TPM工具要搜索共享库,
配置为使用静态的。
任何帮助都将不胜感激。

最佳答案

我找到了一个解决办法,可以使用https://github.com/flihp/meta-measured/tree/master/recipes-tpm/tpm-tools配方文件轻松地完成交叉编译。

10-07 21:16