We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: /usr/include/gnu/stubs.h:7:27: 错误:gnu/stubs-32.h:没有那个文件或目录 make[1]: *** [all] 错误 1 make[1]: Leaving directory /root/ucc/driver' make: *** [all] 错误 2 网上稍微查了一下需要安装 yum install glibc-devel 可是还是没有用,能不能告诉我啥原因啊
/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: /usr/include/gnu/stubs.h:7:27: 错误:gnu/stubs-32.h:没有那个文件或目录 make[1]: *** [all] 错误 1 make[1]: Leaving directory
The text was updated successfully, but these errors were encountered:
我发现 x86好像可以,又装了一个32位的
Sorry, something went wrong.
Gook luck.
基本已经处于放弃状态,为啥不用flex/bsion写呢,大神,你给补一个吧 能给新手做编译器的,至少能使用。以后新手就不用vs了,用中文(提示)的编译器,😁
No branches or pull requests
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: /usr/include/gnu/stubs.h:7:27: 错误:gnu/stubs-32.h:没有那个文件或目录 make[1]: *** [all] 错误 1 make[1]: Leaving directory
/root/ucc/driver'make: *** [all] 错误 2
网上稍微查了一下需要安装 yum install glibc-devel
可是还是没有用,能不能告诉我啥原因啊
The text was updated successfully, but these errors were encountered: