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.

[参考译文] AM62L-PROCESSOR-SDK:构建 u-boot 错误 gnutls/gnutls.h

Guru**** 2393725 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1494078/am62l-processor-sdk-build-u-boot-error-gnutls-gnutls-h

器件型号:AM62L-PROCESSOR-SDK

工具与软件:

gootils 是一个安全的通信库、应该是新 u-boot 的一部分吗? 或者需要在安装 SDK 后手动安装?

/home/tony/ti-processor-sdk-linux-am62lxx-evm-11.00.05.02/board-support/ti-u-boot-2025.01+git/tools/mkeficapsule.c:20:10: fatal error: gnutls/gnutls.h: No such file or directory
   20 | #include <gnutls/gnutls.h>
      |          ^~~~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [scripts/Makefile.host:112: tools/mkeficapsule.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [/home/tony/ti-processor-sdk-linux-am62lxx-evm-11.00.05.02/board-support/ti-u-boot-2025.01+git/Makefile:1916: tools] Error 2
make[2]: Leaving directory '/home/tony/ti-processor-sdk-linux-am62lxx-evm-11.00.05.02/board-support/u-boot-build/a53'
make[1]: *** [Makefile:177: sub-make] Error 2
make[1]: Leaving directory '/home/tony/ti-processor-sdk-linux-am62lxx-evm-11.00.05.02/board-support/ti-u-boot-2025.01+git'
make: *** [makerules/Makefile_u-boot:11: u-boot-a53] Error 2
tony@ubuntu22:~/ti-processor-sdk-linux-am62lxx-evm-11.00.05.02$ 

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    尊敬的 Tony:

    它是应安装在 PC Ubuntu 上的主机包:

    $ sudo apt install libgnutss28-dev