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.

AUDIO-AM62D-EVM: gnutls Build error

Part Number: AUDIO-AM62D-EVM

Hello team,

What I did:

  • Execute installer (ti-processor-sdk-linux-am62dxx-evm-11.02.08.02-Linux-x86-Install.bin) in arbitrary directory inside Ubuntu Linux VM. Note I have chosen not to download Docker image. This would raise potentially problems in intranet.
  • I skipped NFS, TFTP and u-boot configuration steps. My idea is to build first images suitable for putting on SD card. Maybe later the other options could be considered.
  • Then I proceeded as mentioned in SDK documentation (1.1.4 SDK Build using Makefile).
    I stepped into top level and executed: “make clean” and “make all” – build everything.
  • This starts but stops after building several artifacts

 

/data2/wksp-am62d-01/sdk-am62d-2/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]: *** [/data2/wksp-am62d-01/sdk-am62d-2/board-support/ti-u-boot-2025.01+git/Makefile:1918: tools] Error 2

make[2]: Leaving directory '/data2/wksp-am62d-01/sdk-am62d-2/board-support/u-boot-build/r5'

make[1]: *** [Makefile:177: sub-make] Error 2

make[1]: Leaving directory '/data2/wksp-am62d-01/sdk-am62d-2/board-support/ti-u-boot-2025.01+git'

make: *** [makerules/Makefile_u-boot:41: u-boot-r5] Error 2

 

Perhaps this is not the right way to proceed.

 

At the end I want to be able to

  • Add additional packages to “default” target (tools, libs, other)
  • Adapt drivers for McASP to prepare for “our” data format
  • Maybe need to adapt u-boot parameters
  • Maybe need to rebuild Linux kernel
  • I don’t want to (re)build R5

 

Perhaps I should start better with “1.2. Building the SDK with Yocto”?

 

Best regards,

Til