Post Go back to editing

Linux Add-in 1.3.0 Released

Thread Summary

The user encountered compilation errors with the 1.3.0 release of the Linux add-in for ADSP-SC589, ADSP-SC584, and ADSP-SC573 EZ-KITs on Ubuntu 18.04, specifically with the automake and pound packages. The solution involved applying the patch 0001-fix-openssl-1.0.2.patch from the buildroot repo and manually adding the `DH_set0_pqg` function to resolve undefined references. The issue is expected to be addressed in the upcoming 1.4.0 release.
AI Generated Content

Hi all,

we are pleased to announce that the 1.3.0 release of the Linux add-in is now available on analog.com.

The add-in can be downloaded from the following page: https://www.analog.com/en/design-center/processors-and-dsp/evaluation-and-development-software/linuxaddin.html

The update contains the following key changes:

  • Support for newer revision ADSP-SC589, ADSP-SC584, ADSP-SC573 EZ-KITs
  • Improved support for USB

Please note:

  • This release does not contain updates to the u-Boot, Buildroot and Linux kernel components
  • This update removes support for some earlier revisions of the ADSP-SC573 EZ-KITs
  • Newer revision ADSP-SC573 and ADSP-SC589 EZ-KITs contain different Ethernet PHY parts on the EZ-KIT.
    This may require you to rebuild the out-of-the-box examples in order to use them.

For more details please refer to the Release Note  for the release.

Regards,

Dave

Edit Notes

Removed priority.
[edited by: daveG at 2:19 PM (GMT 0) on 24 Jun 2020]
Parents Reply
  • next stop at make was there:

    /home/peter/pmg/buildroot/output/host/usr/bin/arm-linux-gnueabi-gcc -pthread -o pound pound.o http.o config.o svc.o -lssl -lcrypto -lresolv -ldl -lz -lm

    svc.o: In function `get_dh512':

    svc.c:(.text+0x1edc): undefined reference to `DH_set0_pqg'

    svc.o: In function `get_dh2048':

    svc.c:(.text+0x1f70): undefined reference to `DH_set0_pqg'

    collect2: Fehler: ld gab 1 als Ende-Status zurück

    Makefile:43: recipe for target 'pound' failed

    make[1]: *** [pound] Error 1

    make[1]: Verzeichnis „/home/peter/pmg/buildroot/output/build/pound-2.7“ wird verlassen

    package/pkg-generic.mk:184: recipe for target '/home/peter/pmg/buildroot/output/build/pound-2.7/.stamp_built' failed

    make: *** [/home/peter/pmg/buildroot/output/build/pound-2.7/.stamp_built] Error 2

    the function 'DH_set0_pqg' was at no file inside of buildroot

Children