1 Star 3 Fork 2

linz / 51单片机迷你编译器

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

51单片机迷你编译器

介绍

这是从Keil UV4里面提取出来的编译器部分,并对其进行了破解,如果是正版用户,请将BIN目录下的L51.DLL删除,并将L51Ke.dll改名为L51.DLL,将正版的TOOLS.INI替换进去,可恢复正版模式.

目录架构

目录 介绍
Bin 这里面是编译器的可执行文件
INC 部分C语言头文件
LIB 静态库
Workplace 工作目录,建议在这里面写代码

使用教程

  1. 将本工程解压到合适的地方(路径不要有中文或空格)
  2. 进入Workplaces目录,新建你的工程文件夹
  3. 从Demo里面复制build.bat文件到你自己的目录,这个文件负责编译代码
  4. 创建C代码文件,并写入你的代码
  5. 运行build.bat编译,如果成功会出现hex文件

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request
The MIT License (MIT) Copyright (c) 2019 linz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

从UV4提取的SDK做了静态破解 展开 收起
Shell
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Shell
1
https://gitee.com/o70078/51_mcu_mini_compiler.git
git@gitee.com:o70078/51_mcu_mini_compiler.git
o70078
51_mcu_mini_compiler
51单片机迷你编译器
master

搜索帮助