qca / open-ath9k-htc-firmware

The firmware for QCA AR7010/AR9271 802.11n USB NICs
Other
426 stars 181 forks source link

Libtool error #170

Open raul-parada opened 2 years ago

raul-parada commented 2 years ago

Hi,

I've executed make toolchain, however, I get this error. Libtool is already installed.

/bin/bash ../libtool  --tag=CC   --mode=link gcc  -O2 -pedantic -march=armv8-a -mtune=cortex-a57 -no-install  -o t-sub t-sub.o libtests.la ../libgmp.la
libtool:   error: 'libtests.la' is not a valid libtool archive
Makefile:792: recipe for target 't-sub' failed
make[5]: *** [t-sub] Error 1
make[5]: Leaving directory '/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0/tests'
Makefile:1183: recipe for target 'check-am' failed
make[4]: *** [check-am] Error 2
make[4]: Leaving directory '/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0/tests'
Makefile:823: recipe for target 'check-recursive' failed
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory '/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0/tests'
Makefile:995: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory '/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0'
Makefile:1287: recipe for target 'check' failed
make[1]: *** [check] Error 2
make[1]: Leaving directory '/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0'
Makefile:145: recipe for target '/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0/.built' failed
make: *** [/home/cttc/open-ath9k-htc-firmware/toolchain/build/gmp-6.2.0/.built] Error 2

Any clue?

olerem commented 2 years ago

here are the build deps used by debian https://deb.debian.org/debian/pool/main/o/open-ath9k-htc-firmware/open-ath9k-htc-firmware_1.4.0-106-gc583009+dfsg1-1.dsc

raul-parada commented 2 years ago

I'm still getting the same error. I'm using Ubuntu 18.04.5. What I'm missing?