ucc162.3 icon indicating copy to clipboard operation
ucc162.3 copied to clipboard

A lightweight open-source C compiler for research and education.

Results 7 ucc162.3 issues
Sort by recently updated
recently updated
newest added

## 第一次执行make -s test报错及其解决办法,mv: cannot stat '/ucl': No such file or directory 在书(C 编译器剖析,邹昌伟)的第 23 页中第一次执行`make -s test`时,报错内容如下: ``` [oxygen@****** ucc]$ make -s test (exprchk.c,314):(output.c,70):warning:Too many arguments (exprchk.c,314):(output.c,86):warning:Too many arguments...

hi,我把相关的代码放进了一个vs的工程里面[https://github.com/k91191/uccVSTest](url) 但是在调试过程却报了一大堆 “decl.cpp 1426):(C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include\stdio.h,681):error:Expect (null)”之类的错误,是还需要设置什么吗?

make -C driver make[1]: Entering directory `/root/ucc/driver' gcc -m32 -o ucc -g ucc.c linux.c 在包含自 /usr/include/features.h:385 的文件中, 从 /usr/include/stdio.h:28, 从 ucc.c:1: /usr/include/gnu/stubs.h:7:27: 错误:gnu/stubs-32.h:没有那个文件或目录 在包含自 /usr/include/features.h:385 的文件中, 从 /usr/include/unistd.h:26, 从 linux.c:1:...

大家好,最近我想做ucc编译器支持兆易risc-v单片机的工作,结果发现不容易,不知道大家有没有做成功的?

2年以前,我有一段时间研究了一下UCC这个编译器,当时是在SourceForge上面下载的源代码,发现项目没有再维护了。 这个编译器作为教学工具,可能具有一定意义。但是对于VS的依赖很重,比如汇编器用的是MASM(这个在VC++ 6.0中都不存在),链接器是用的VS的。在这个上面可能需要相应的修改,可以考虑JWASM的链接器。