搜索资源列表
tcc-0.9.25
- 一个小型的C编译器源码,可支持在X86,ARM体系架构目标代码的生成。自身可运行于WINDOWS或LINUX环境下。-A tiny C compiler source code for windows and linux both.
Let-us-write-Makefile
- 中文名是 跟我一起写Makefile ,文中讲述了一个怎样一步步去写Makefile,相信对Linux下系统编程很有帮助-Chinese name with my write Makefile, about a step by step how to write the Makefile, I believe on the Linux system programming helpful
bascomavr-cursus
- CrossOver is a Microsoft Windows compatibility layer available for Linux distributions and for Mac OS X. This compatibility layer enables many Microsoft -CrossOver is a Microsoft Windows compatibility layer available for Linux distributions and for M
MakeSystem
- linux下C/C++编译脚本。本源码封装makefile系统的格式的命令,只需对源码进行少量修改(修改make/head.mk)便可以进行交叉编译。不进行交叉编译的同学可以直接修改makefile文件里面的字段(字段意义在对应文件内有说明)即可。本系统支持多级目录递归编译。-C/C++ Linux compiler scr ipt. This source code package makefile system format command, simply a small number of
xmake-2.0.5.tar
- 一个基于Lua的轻量级自动构建工具 简单的工程描述 target( console ) set_kind( binary ) add_files( src .c ) 构建工程 $ xmake 运行目标 $ xmake run console 调试程序 $ xmake run -d console 支持特性 Tasks Macros Actions Options Plugins Temp
flex
- 此程序是lex的示例,在linux环境编写,是基本的词法编辑器,适合学习编译的人使用。-This program is an example of lex in linux prepared environment is a basic lexical editor for study compiled people.