Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3670865
  • 博文数量: 880
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 6155
  • 用 户 组: 普通用户
  • 注册时间: 2016-11-11 09:12
个人简介

To be a better coder

文章分类

全部博文(880)

文章存档

2022年(5)

2021年(60)

2020年(175)

2019年(207)

2018年(210)

2017年(142)

2016年(81)

分类: LINUX

2020-04-15 18:03:31

[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



阅读(2792) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~