2 Star 7 Fork 0

RT-Thread/Gemini

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
prepare.sh 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
RT-Thread 提交于 2015-06-25 22:26 +08:00 . update prepare.sh
# download RT-Thread git code
# https://github.com/RT-Thread/rt-thread.git
git clone https://git.coding.net/RT-Thread/rt-thread.git
# install 32bit environment
sudo apt-get update
sudo apt-get -y install lib32z1 astyle
# prepare toolchains and scons
sudo apt-get -y install scons qemu-system-arm libncurses5-dev zip bc texinfo
# clone package files repo
if [ ! -d "packages-files" ]; then
git clone https://git.coding.net/RT-Thread/packages-files.git
else
cd packages-files
git pull origin
cd ..
fi
if [ ! -d "arm-2012.09" ]; then
tar jxvf packages-files/arm-2012.09-63-arm-none-eabi-i686-pc-linux-gnu.tar.bz2
fi
if [ ! -d "linux-3.18.16" ]; then
tar Jxvf packages-files/linux-3.18.16.tar.xz
cd linux-3.18.16
patch -p1 < ../rtthread_vbus.patch
cd ..
fi
if [ ! -d "buildroot-2015.05" ]; then
tar jxvf packages-files/buildroot-2015.05.tar.bz2
mkdir -p buildroot-2015.05/dl
cp packages-files/dl/* buildroot-2015.05/dl
fi
if [ ! -d "gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabi" ]; then
tar Jxvf packages-files/gcc-linaro-4.9-2014.11-x86_64_arm-linux-gnueabi.tar.xz
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/rtthread/Gemini.git
git@gitee.com:rtthread/Gemini.git
rtthread
Gemini
Gemini
master

搜索帮助