# luatos-soc-air101 **Repository Path**: csecong/luatos-soc-air101 ## Basic Information - **Project Name**: luatos-soc-air101 - **Description**: 合宙Air101/Air103固件源代码 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://wiki.luatos.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 49 - **Created**: 2021-10-28 - **Last Updated**: 2021-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Air101/Air103 固件源码库 ## 编译说明 自行下载平头哥[编译器](https://occ.t-head.cn/community/download?id=3885366095506644992)解压命名为csky-elfabiv2-tools-mingw-minilibc windows放在E盘根目录下并配置好环境变量 linux放在opt根目录下并配置好环境变量 详细安装见[ReleaseNotes.pdf](https://occ-oss-prod.oss-cn-hangzhou.aliyuncs.com/resource/null/1614234913073/ReleaseNotes.pdf) release模式会编译出.soc格式,需安装[7z](https://www.7-zip.org/) ## windows环境下 下载xmake[安装包](https://github.com/xmake-io/xmake/releases)安装,在命令行下cd到代码所在目录,执行xmake即可 ## lib编译 在lib目录下执行xmake -j1 -P即可