[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] build error on FreeBSD
From: |
z_axis |
Subject: |
[Tinycc-devel] build error on FreeBSD |
Date: |
Sun, 08 Jun 2014 09:09:42 +0800 (CST) |
$ git pull
Already up-to-date.
tinycc $ gmake
gcc -o tccelf.o -c tccelf.c -DTCC_TARGET_I386 -I. -Wall -g -O2
-fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -D_FORTIFY_SOURCE=0
tccelf.c: In function 'layout_sections':
tccelf.c:1962: error: 'strsec' undeclared (first use in this function)
tccelf.c:1962: error: (Each undeclared identifier is reported only once
tccelf.c:1962: error: for each function it appears in.)
gmake: *** [tccelf.o] error 1
...
$ uname -a
FreeBSD mybsd.zsoft.com 9.1-RELEASE-p14 FreeBSD 9.1-RELEASE-p14 #0: Tue Jun 3
08:49:09 UTC 2014 address@hidden:/usr/obj/usr/src/sys/GENERIC i386
Sincerely!
e^(π.i) + 1 = 0
- [Tinycc-devel] build error on FreeBSD,
z_axis <=