Date: Tue, 02 Jul 2002 12:04:46 +0300 From: Maxim Sobolev <sobomax@FreeBSD.org> To: "George V. Neville-Neil" <gnn@neville-neil.com> Cc: freebsd-current@freebsd.org Subject: Re: picobsd redux Message-ID: <3D216CAE.46596D21@FreeBSD.org> References: <200207012155.g61Lt3pb037741@mail.meer.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Is there any particular reason for using -current for that? The problem is that -current is in horrible state now (gcc 3.1, KSE-III and so on), so that I'd suggest to use -stable branch or -current sources just before gcc 3.1 import. -Maxim "George V. Neville-Neil" wrote: > > Hey Folks, > > So now I'm working somewhere that we're trying to use Picobsd on the > Soekris boards (www.soekris.com). Right now there is a build problem I'm > trying to > solve. When picobsd goes to build the libraries etc. it chokes on the csu > stuff: > > CC="cc" MKDEP_CPP_OPTS="-M -DCRT_BEGIN" mkdep -f .depend -a -nostdinc > -I/sandb > oxes/gnn/FreeBSD/src/../usr/include -DIN_GCC -DHAVE_LD_EH_FRAME_HDR > -I/sandboxes > /gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/config > -I/sandboxes/gnn/FreeBS > D/src/gnu/lib/csu/../../../contrib/gcc -I. -I/sandboxes/gnn/FreeBSD/src/gnu/lib > / > csu/../../usr.bin/cc/cc_tools /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../ > c > ontrib/gcc/crtstuff.c > cc -nostdinc -I/sandboxes/gnn/FreeBSD/src/../usr/include -DIN_GCC > -DHAVE_LD_EH_ > FRAME_HDR -finhibit-size-directive -fno-inline-functions -fno-exceptions > -fno-o > mit-frame-pointer -I/sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc > / > config -I/sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc -I. > -I/san > dboxes/gnn/FreeBSD/src/gnu/lib/csu/../../usr.bin/cc/cc_tools -g0 -DCRT_BEGIN > - > c -o crtbegin.o /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crt > s > tuff.c > In file included from /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/g > c > c/crtstuff.c:63: > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:37 > : > field `array' has incomplete type > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:13 > 5 > : field `augmentation' has incomplete type > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/unwind-dw2-fde.h:14 > 3 > : field `pc_begin' has incomplete type > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:254: > warn > ing: `used' attribute directive ignored > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c: In > funct > ion `__do_global_dtors_aux': > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:256: > synt > ax error before `completed' > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:259: > `com > pleted' undeclared (first use in this function) > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:259: > (Eac > h undeclared identifier is reported only once > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:259: for > each function it appears in.) > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c: At top > l > evel: > /sandboxes/gnn/FreeBSD/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c:298: > warn > ing: `used' attribute directive ignored > *** Error code 1 > > Any pointers would be great, I need to get this stuff back up to snuff fast. > > Thanks, > George > > -- > George V. Neville-Neil gnn@neville-neil.com > Neville-Neil Consulting www.neville-neil.com > > "I learn only to be contented." inscription at Ryoan-ji in Kyoto, Japan > > -- > George V. Neville-Neil gnn@neville-neil.com > Neville-Neil Consulting www.neville-neil.com > > "I learn only to be contented." inscription at Ryoan-ji in Kyoto, Japan > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D216CAE.46596D21>