Results 5 comments of Lxy0415

fedora上可以先automake一下,这样会重建Makefile.in

> @Lxy0415 > this command line is not correct: make OS=linux ARCH=aarch64 CC=aarch64-linux-gnu-gcc CXX=aarch64-linux-gnu-g++ -j8 > > please replace ARCH=aarch64 with ARCH=arm64 I modified the compile command as you suggested,...

> workaround is not recommend. it may cause crash or other error. > > I want to double check, you want to build a Linux-arm64 binary, and your command line...

Just skip the cmake part ``` $ cat build-debian-stretch-aarch64.Dockerfile FROM debian:stretch LABEL maintainer="[email protected]" ENV DEBIAN_FRONTEND noninteractive ENV TZ=Asia/Shanghai RUN dpkg --add-architecture arm64 && apt-get update RUN apt-get update && apt-get...

@kanzhu-cisco, Here is cross platform compilation, and the target platform is arm, not x86