Search Criteria
Package Details: 8cc-git r766.b480958-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/8cc-git.git (read-only, click to copy) |
---|---|
Package Base: | 8cc-git |
Description: | Simple and clean C11 compiler |
Upstream URL: | https://github.com/rui314/8cc |
Licenses: | MIT |
Submitter: | anatolik |
Maintainer: | hav3lock |
Last Packager: | hav3lock |
Votes: | 3 |
Popularity: | 0.098454 |
First Submitted: | 2015-03-04 03:55 (UTC) |
Last Updated: | 2023-07-15 14:19 (UTC) |
Dependencies (2)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
andreas_baumann commented on 2024-08-01 10:09 (UTC) (edited on 2024-08-01 10:10 (UTC) by andreas_baumann)
@hav3lock: so? yes, but it still builds and compiles and produces running code. :-)
hav3lock commented on 2023-07-15 01:24 (UTC) (edited on 2023-07-15 01:33 (UTC) by hav3lock)
This project has been abandoned upstream and has a replacement - chibicc
micwoj92 commented on 2021-03-29 04:56 (UTC)
Hello, could you update download to git+https?
lvspais commented on 2018-07-19 00:31 (UTC)
I getting this error compiling the 8cc:
./8cc -w -o test/builtin.o -c test/builtin.c cc -o test/builtin.bin test/builtin.o test/testmain.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now /usr/sbin/ld: test/builtin.o: relocation R_X86_64_32S against `.text' can not be used when making a PIE object; recompile with -fPIC /usr/sbin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status make: *** [Makefile:20: test/builtin.bin] Error 1 rm test/function.o test/generic.o test/scope.o test/literal.o test/bitop.o test/cast.o test/struct.o test/varargs.o test/align.o test/type.o test/builtin.o test/comp.o test/union.o test/global.o test/extern.o test/lex.o test/arith.o test/oldstyle.o test/decl.o test/noreturn.o test/testmain.o test/float.o
haawda commented on 2017-06-18 21:05 (UTC)
jefbed commented on 2016-10-10 09:04 (UTC)
anatolik commented on 2015-03-30 15:41 (UTC)