From ffa59a8bddb4f2da26a03b1e09743c1bdd9cbb8c Mon Sep 17 00:00:00 2001
From: Guo Wenxue <“guowenxue@gmail.com”>
Date: Mon, 11 Oct 2021 20:15:17 +0800
Subject: [PATCH] Add setup_tools.sh
---
3rdparty/zlib/build.sh | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/3rdparty/zlib/build.sh b/3rdparty/zlib/build.sh
index 5f2beef..f218c86 100755
--- a/3rdparty/zlib/build.sh
+++ b/3rdparty/zlib/build.sh
@@ -12,7 +12,7 @@
LYFTP_SRC=ftp://master.iot-yun.club/src/
-CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux-
+CROSSTOOL=/opt/xtools/arm920t/bin/arm-linux-
function msg_banner()
{
@@ -75,9 +75,12 @@
fi
tar -xzf ${SRC_NAME}.${PACK_SUFIX}
- cd ${SRC_NAME}
+ set -x
- ./configure --prefix=${PREFIX_PATH}
+ cd ${SRC_NAME}
+ ls
+
+ ./configure --prefix="${PREFIX_PATH}"
check_result "ERROR: configure ${SRC_NAME} failure"
make && make install
--
Gitblit v1.9.1