# W806_Makefile **Repository Path**: impressionyang/w806_makefile ## Basic Information - **Project Name**: W806_Makefile - **Description**: No description available - **Primary Language**: C - **License**: MulanPubL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 4 - **Created**: 2021-10-19 - **Last Updated**: 2022-01-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # W806_Makefile #### 介绍 该项目是根据[RCSN](https://gitee.com/RCSN/w806-demo)的项目修改而来,同样是基于W800的Makefile项目裁剪 - 由于RCSN的Makefile有一些问题导致无法编译[见此处](https://gitee.com/RCSN/w806-demo/issues/I4E8U7),所以对Makefile进行了修改,现在可以正常编译 #### 使用说明 1. `git clone git@gitee.com:impressionyang/w806_makefile.git` 2. `cd w806_makefile` 3. 配置工具链: 1. Linux/Unix: `export PATH=$PATH:path_to_csky_toolchain_bin` (注意此处的`path_to_csky_toolchain_bin`为csky的编译工具链的bin文件夹路径) 2. Windows: 请将csky的编译工具链的bin文件夹路径添加到环境变量中 4. `make` **Vscode Task注意根据自己的需求修改** #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)