1 Star 1 Fork 2

Lee Lup Yuen 李立源 / newlib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
do-arm-configure 483 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/sh
ARCH=arm-none-eabi
DIR=`dirname $0`
meson $DIR \
-Dtarget-optspace=true \
-Dnewlib-tinystdio=true \
-Dnewlib-supplied-syscalls=false \
-Dnewlib-reentrant-small=true\
-Dnewlib-wide-orient=false\
-Dnewlib-nano-malloc=true\
-Dnewlib-reent-small=true\
-Dlite-exit=true\
-Dnewlib-global-atexit=true\
-Dnewlib-global-errno=true\
-Dincludedir=lib/newlib-nano/$ARCH/include \
-Dlibdir=lib/newlib-nano/$ARCH/lib \
--cross-file $DIR/cross-$ARCH.txt \
--buildtype plain
C
1
https://gitee.com/lupyuen/newlib.git
git@gitee.com:lupyuen/newlib.git
lupyuen
newlib
newlib
master

搜索帮助