-
Notifications
You must be signed in to change notification settings - Fork 69
setup the Build Environment
wuzhuowen edited this page Feb 22, 2019
·
6 revisions
- Download Cygwin terminal tools from https://cygwin.com/install.html
从Cygwin官方网站下载Cygwin终端setup-x86.exe - Run setup-x86.exe or setup-x86_64.exe(for Windows 64-bit OS) to install the Cygwin packages
运行setup-x86.exe安装Cygwin工具包(注意:安装路径不要包含中文路径或者空格) - Select packages we want to install(make, git, wget, binutils, vim,etc.)
选择想要安装的工具包(make, git, wget, binutils, vim等)
- Download the ARM GCC Toolchain for Windows.
下载ARM GCC工具链Windows安装文件. - Run "gcc-arm-none-eabi-4_9-2015q2-20150609-win32.exe" to install the compiler
运行安装文件安装工具链
- Download the XR871SDK Repository from github (git clone https://github.com/XradioTech/XR871.git)
从github上下载XR871SDK仓库 - modify the 03_SDK/xr871sdk/gcc.mk and set the variable CC_DIR to config the toolchain path
修改gcc.mk中的CC_DIR变量设置工具链的安装路径
CC_DIR := ~/tools/gcc-arm-none-eabi-4_9-2015q2/bin
- Ubuntu is recommended
推荐使用Ubuntu平台
- Download the ARM GCC Toolchain for Linux.
下载ARM GCC工具链Linux压缩包. - decompress the package
解压缩该工具包
- Download the XR871SDK Repository from github (git clone https://github.com/XradioTech/XR871.git)
从github上下载XR871SDK仓库 - modify the 03_SDK/xr871sdk/gcc.mk and set the variable CC_DIR to config the toolchain path
修改gcc.mk中的CC_DIR变量设置工具链的安装路径
CC_DIR := ~/tools/gcc-arm-none-eabi-4_9-2015q2/bin
- Setup the Build Environment
- Create a New Project
- Build a New Project
-
Application Developer Guide
- Image Layout Guide
- WiFi Developer Guide
- Audio Developer Guide
- FOTA Developer Guide
- PM Developer Guide*
- XIP Developer Guide
- FLASH Developer Guide*
- AT-Command Developer Guide*
- Console Developer Guide*
- Console Command Set
- EFPG Developer Guide*
- FDCM Developer Guide*
- HTTP Developer Guide
- Websocket Develop Guide*
- Driver Developer Guide*
- Tools User Guide
- FAQ
- Ask a question
- Submit an issue
- Open a pull request
- Change Log