[root@arm-centos open-iscsi-2.0.873]#
[root@arm-centos open-iscsi-2.0.873]# make -j8
cd utils/open-isns; ./configure --host=arm-linux- --build=arm-linux CFLAGS="" --with-security=no
checking for arm-linux--gcc... no
checking for gcc... gcc
configure: WARNING: using cross tools not prefixed with host triplet
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking build system type... arm-unknown-linux-gnu
checking host system type... Invalid configuration `arm-linux-': system `' not recognized
configure: error: /bin/sh aclocal/config.sub arm-linux- failed
make: *** [utils/open-isns/Makefile] Error 1
[root@arm-centos open-iscsi-2.0.873]#
[root@arm-centos open-iscsi-2.0.873]#
[root@arm-centos open-iscsi-2.0.873]# vi Makefile
UNAME_MACHINE = aarch64
UNAME_RELEASE = 4.18.0-80.7.2.el7.aarch64
UNAME_SYSTEM = Linux
UNAME_VERSION = #1 SMP Thu Sep 12 16:13:20 UTC 2019
configure: error: cannot guess build type; you must specify one
make: *** [utils/open-isns/Makefile] Error 1
[root@arm-centos open-iscsi-2.0.873]# ls
[root@arm-centos paho.mqtt.c-master]# ./configure --target-list=arm-softmmu,arm-linux-user
cd utils/open-isns; ./configure --build=arm-linux CFLAGS="$(OPTFLAGS)" --with-security=no
阅读(2918) | 评论(0) | 转发(0) |