Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2012 17:30:10 GMT
From:      "Thomas D. Dean" <tomdean@speakeasy.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/168187: NanoBSD for Elan SC520 will not compile
Message-ID:  <201205211730.q4LHUAXO017037@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/168187; it has been noted by GNATS.

From: "Thomas D. Dean" <tomdean@speakeasy.org>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-bugs@FreeBSD.org
Cc:  
Subject: Re: kern/168187: NanoBSD for Elan SC520 will not compile
Date: Mon, 21 May 2012 10:25:30 -0700

 On 05/20/12 21:30, FreeBSD-gnats-submit@FreeBSD.org wrote:
 > Thank you very much for your problem report.
 > It has the internal identification `kern/168187'.
 > The individual assigned to look at your
 > report is: freebsd-bugs.
 >
 > You can access the state of your problem report at any time
 > via this link:
 >
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=168187
 >
 >> Category:       kern
 >> Responsible:    freebsd-bugs
 >> Synopsis:       NanoBSD for Elan SC520 will not compile
 >> Arrival-Date:   Mon May 21 04:30:02 UTC 2012
 >
 >
 Adding CFLAGS=-m32 to sys/conf/Makefile.i386 allowed the build to 
 continue past genassym.
 
 It fails in the link stage.
 
 cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
 -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. 
 -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL 
 -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000  -m32 -mno-align-long-strings 
 -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float 
 -ffreestanding -fstack-protector -Werror 
 /usr/src/sys/net80211/ieee80211_node.c
 P9X79: {530} tail /usr/obj/nanobsd.TS5700//_.bk
 MAKE=make sh /usr/src/sys/conf/newvers.sh GENERIC
 cc -c -O -pipe  -std=c99 -g -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual  -Wundef -Wno-pointer-sign -fformat-extensions 
 -Wmissing-include-dirs -fdiagnostics-show-option   -nostdinc  -I. 
 -I/usr/src/sys -I/usr/src/sys/contrib/altq -D_KERNEL 
 -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common 
 -finline-limit=8000 --param inline-unit-growth=100 --param 
 large-function-growth=1000  -m32 -mno-align-long-strings 
 -mpreferred-stack-boundary=2 -mno-mmx -mno-sse -msoft-float 
 -ffreestanding -fstack-protector -Werror  vers.c
 linking kernel.debug
 hack.So: could not read symbols: File in wrong format
 *** Error code 1
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 
 Tom Dean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205211730.q4LHUAXO017037>