⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 build-rm9200

📁 对做ARM的人来说
💻
字号:
#!/bin/sh## Please make sure that the following things are OK:##   1. You have installed the arm-elf-tools already.#   2. Your uClinux distribution has been installed into the directory of '/opt/em85xx/'.#rm config.cache config.status -fCC=arm-uclibc-gcc \CFLAGS="-O2 -g -D__linux__ -I/home/ARM/arm-linux-uclibc/include -I/home/ARM/arm-linux-uclibc/minigui/include -fno-builtin -nostartfiles" \LDFLAGS="-Wall -static /home/ARM/arm-linux-uclibc/lib/crt0.o  -L/home/ARM/arm-linux-uclibc/lib -L/home/ARM/arm-linux-uclibc/minigui/lib -lc" \./configure \    --build=i686-linux \    --host=arm-linux \    --target=arm-linux \

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -