curl cross compile
environment ubuntu 18.04 64bit curl 7.87.0 arm -linux-gnueabihf Practical Go to the official website to download the latest compressed package version 7.87.0, https://curl.se/download.html , and then unzip it tar xvf curl-7.87.0.tar.gz cd curl-7.87.0 Next, prepare the cross-compilation tool chain, which is generally provided by the solution manufacturer. For example, I use /usr/local/linaro/gcc- arm -8.3-2019.03-x86_64- arm […]
curl cross compile Read More »