We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've executed make toolchain, however, I get this error. Libtool is already installed.
make toolchain
/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?
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
I'm still getting the same error. I'm using Ubuntu 18.04.5. What I'm missing?
No branches or pull requests
Hi,
I've executed
make toolchain
, however, I get this error. Libtool is already installed.Any clue?
The text was updated successfully, but these errors were encountered: