文件名称:ucc160
介绍说明--下载内容均来自于网络,请自行研究使用
ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理,
然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及
库文件链接在一起生成最终的应用程序。
目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。
当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下:
driver 驱动器实现
ucl C编译器实现
doc 文档,中英文版本的ucc使用手册以及ucc内部实现
LICENSE 许可证文件
Makefile Linux平台下的Makefile
Makefile.win Windows平台下的Makefile
如果没有特别说明,下面两节中所提的命令皆在ucc目录下运行。-ucc is a compiler driver during operation, it will first call to the C preprocessor to preprocess the file,
Then in turn call the compiler and assembler generate an object file, the last call the linker and the multiple object files
Library files are linked together to create the final application.
Currently, ucc support running Linux on Intel X86 platform and Windows operating systems.
When extracting the downloaded source code, the system will generate a directory called ucc, the directory is organized as follows:
driver drives to achieve
ucl C compiler implementation
doc document, in English and Chinese versions of the ucc ucc internal implementation manual and
License file LICENSE
The Makefile Makefile Linux platform
Makefile.win Windows platform under the Makefile
If not specified, the following two commands mentioned in the directory are run in the ucc.
然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及
库文件链接在一起生成最终的应用程序。
目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。
当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下:
driver 驱动器实现
ucl C编译器实现
doc 文档,中英文版本的ucc使用手册以及ucc内部实现
LICENSE 许可证文件
Makefile Linux平台下的Makefile
Makefile.win Windows平台下的Makefile
如果没有特别说明,下面两节中所提的命令皆在ucc目录下运行。-ucc is a compiler driver during operation, it will first call to the C preprocessor to preprocess the file,
Then in turn call the compiler and assembler generate an object file, the last call the linker and the multiple object files
Library files are linked together to create the final application.
Currently, ucc support running Linux on Intel X86 platform and Windows operating systems.
When extracting the downloaded source code, the system will generate a directory called ucc, the directory is organized as follows:
driver drives to achieve
ucl C compiler implementation
doc document, in English and Chinese versions of the ucc ucc internal implementation manual and
License file LICENSE
The Makefile Makefile Linux platform
Makefile.win Windows platform under the Makefile
If not specified, the following two commands mentioned in the directory are run in the ucc.
相关搜索: ucc
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ucc160\ucc\ChangeLog
......\...\GPL.txt
......\...\Makefile
......\...\Makefile.win
......\...\REAMDE.txt
......\...\doc\UC Internal(chn).pdf
......\...\...\UCC Internal.pdf
......\...\...\UCC User Manual(chn).txt
......\...\...\UCC User Manual.txt
......\...\.river\linux.c
......\...\......\Makefile
......\...\......\Makefile.win
......\...\......\ucc
......\...\......\ucc.c
......\...\......\ucc.h
......\...\......\win32.c
......\...\ucl\alloc.c
......\...\...\alloc.h
......\...\...\assert.c
......\...\...\ast.c
......\...\...\ast.h
......\...\...\config.h
......\...\...\decl.c
......\...\...\decl.h
......\...\...\declchk.c
......\...\...\dumpast.c
......\...\...\emit.c
......\...\...\error.c
......\...\...\error.h
......\...\...\expr.c
......\...\...\expr.h
......\...\...\exprchk.c
......\...\...\flow.c
......\...\...\fold.c
......\...\...\gen.c
......\...\...\gen.h
......\...\...\grammer.h
......\...\...\input.c
......\...\...\input.h
......\...\...\keyword.h
......\...\...\lex.c
......\...\...\lex.h
......\...\...\Makefile
......\...\...\Makefile.win
......\...\...\opcode.h
......\...\...\opinfo.h
......\...\...\output.c
......\...\...\output.h
......\...\...\reg.c
......\...\...\reg.h
......\...\...\simp.c
......\...\...\stmt.c
......\...\...\stmt.h
......\...\...\stmtchk.c
......\...\...\str.c
......\...\...\str.h
......\...\...\symbol.c
......\...\...\symbol.h
......\...\...\target.h
......\...\...\template.h
......\...\...\Tiny C.wps
......\...\...\token.h
......\...\...\tokenop.h
......\...\...\tranexpr.c
......\...\...\transtmt.c
......\...\...\type.c
......\...\...\type.h
......\...\...\ucc.bmarks
......\...\...\ucc.cbp
......\...\...\ucc.depend
......\...\...\ucc.layout
......\...\...\ucl
......\...\...\ucl.c
......\...\...\ucl.h
......\...\...\ucl.workspace
......\...\...\uildasm.c
......\...\...\vector.c
......\...\...\vector.h
......\...\...\x86.c
......\...\...\x86linux.c
......\...\...\x86linux.tpl
......\...\...\x86win32.c
......\...\...\x86win32.tpl
......\...\...\linux\include\assert.h
......\...\...\.....\.......\float.h
......\...\...\.....\.......\limits.h
......\...\...\.....\.......\math.h
......\...\...\.....\.......\stdarg.h
......\...\...\obj\Debug\alloc.o
......\...\...\...\.....\assert.o
......\...\...\...\.....\ast.o
......\...\...\...\.....\decl.o
......\...\...\...\.....\declchk.o
......\...\...\...\.....\dumpast.o
......\...\...\...\.....\emit.o
......\...\...\...\.....\error.o
......\...\...\...\.....\expr.o
......\...\...\...\.....\exprchk.o
......\...\...\...\.....\flow.o
......\...\...\...\.....\fold.o
......\...\GPL.txt
......\...\Makefile
......\...\Makefile.win
......\...\REAMDE.txt
......\...\doc\UC Internal(chn).pdf
......\...\...\UCC Internal.pdf
......\...\...\UCC User Manual(chn).txt
......\...\...\UCC User Manual.txt
......\...\.river\linux.c
......\...\......\Makefile
......\...\......\Makefile.win
......\...\......\ucc
......\...\......\ucc.c
......\...\......\ucc.h
......\...\......\win32.c
......\...\ucl\alloc.c
......\...\...\alloc.h
......\...\...\assert.c
......\...\...\ast.c
......\...\...\ast.h
......\...\...\config.h
......\...\...\decl.c
......\...\...\decl.h
......\...\...\declchk.c
......\...\...\dumpast.c
......\...\...\emit.c
......\...\...\error.c
......\...\...\error.h
......\...\...\expr.c
......\...\...\expr.h
......\...\...\exprchk.c
......\...\...\flow.c
......\...\...\fold.c
......\...\...\gen.c
......\...\...\gen.h
......\...\...\grammer.h
......\...\...\input.c
......\...\...\input.h
......\...\...\keyword.h
......\...\...\lex.c
......\...\...\lex.h
......\...\...\Makefile
......\...\...\Makefile.win
......\...\...\opcode.h
......\...\...\opinfo.h
......\...\...\output.c
......\...\...\output.h
......\...\...\reg.c
......\...\...\reg.h
......\...\...\simp.c
......\...\...\stmt.c
......\...\...\stmt.h
......\...\...\stmtchk.c
......\...\...\str.c
......\...\...\str.h
......\...\...\symbol.c
......\...\...\symbol.h
......\...\...\target.h
......\...\...\template.h
......\...\...\Tiny C.wps
......\...\...\token.h
......\...\...\tokenop.h
......\...\...\tranexpr.c
......\...\...\transtmt.c
......\...\...\type.c
......\...\...\type.h
......\...\...\ucc.bmarks
......\...\...\ucc.cbp
......\...\...\ucc.depend
......\...\...\ucc.layout
......\...\...\ucl
......\...\...\ucl.c
......\...\...\ucl.h
......\...\...\ucl.workspace
......\...\...\uildasm.c
......\...\...\vector.c
......\...\...\vector.h
......\...\...\x86.c
......\...\...\x86linux.c
......\...\...\x86linux.tpl
......\...\...\x86win32.c
......\...\...\x86win32.tpl
......\...\...\linux\include\assert.h
......\...\...\.....\.......\float.h
......\...\...\.....\.......\limits.h
......\...\...\.....\.......\math.h
......\...\...\.....\.......\stdarg.h
......\...\...\obj\Debug\alloc.o
......\...\...\...\.....\assert.o
......\...\...\...\.....\ast.o
......\...\...\...\.....\decl.o
......\...\...\...\.....\declchk.o
......\...\...\...\.....\dumpast.o
......\...\...\...\.....\emit.o
......\...\...\...\.....\error.o
......\...\...\...\.....\expr.o
......\...\...\...\.....\exprchk.o
......\...\...\...\.....\flow.o
......\...\...\...\.....\fold.o