Package Details: 8cc-git r766.b480958-1

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: 2
Popularity: 0.000000
First Submitted: 2015-03-04 03:55 (UTC)
Last Updated: 2023-07-15 14:19 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

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)

Why has this been marked out of date? Builds fine here.

jefbed commented on 2016-10-10 09:04 (UTC)

8cc tries to include a header file from the build tree: [ERROR] cpp.c:711: (unknown):1:1: cannot find header file: /tmp/abs/8cc-git/src/8cc/include/8cc.h

anatolik commented on 2015-03-30 15:41 (UTC)

Fixed. Thanks for the report.