Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2014 19:42:55 -0600
From:      Ian Lepore <ian@FreeBSD.org>
To:        Warner Losh <imp@bsdimp.com>
Cc:        Tim Kientzle <tim@kientzle.com>, "freebsd-arm@freebsd.org" <freebsd-arm@FreeBSD.org>
Subject:   Re: required xdev line to build r-pi on crochet?
Message-ID:  <1402882975.20883.258.camel@revolution.hippie.lan>
In-Reply-To: <2B7F498D-F459-4E69-9341-C13D34A312B1@bsdimp.com>
References:  <CAJ-VmomMBrPC715ULozQB5z_O=ZS5rjZdTRW%2BuoxGRq2TZxQgQ@mail.gmail.com> <8A277ED4-F041-4132-88C7-8F23BAA7F8C4@bsdimp.com> <CAJ-Vmo=WcEPnNrQmWTKJfnbqbC7wp8TGwTkiUy-CqMGoggeEFA@mail.gmail.com> <1399553779.22079.316.camel@revolution.hippie.lan> <CAJ-VmonRASqiq5Xs3979rCsZSknh6hFmU4-ZmnZ%2BfDGXvC12-A@mail.gmail.com> <02A89B5B-5299-4341-978F-F6D4E16F7DCF@kientzle.com> <2B7F498D-F459-4E69-9341-C13D34A312B1@bsdimp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 2014-06-15 at 16:58 -0600, Warner Losh wrote:
> On Jun 15, 2014, at 1:24 PM, Tim Kientzle <tim@kientzle.com> wrote:
>=20
> > Ugh.  This seems to be broken again.
> >=20
> > On i386 -CURRENT from about a week ago:
> >=20
> > make XDEV=3Darm XDEV_ARCH=3Darmv6 WITH_GCC_BOOTSTRAP=3D1 WITHOUT_CLAN=
G_BOOTSTRAP=3D1 WITHOUT_CLANG=3D1 xdev
> >=20
> > Yields...
> >=20
> > =3D=3D=3D> gnu/lib/libgcc (obj,depend,all,install)
> > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MF=
ILE=3D/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=3D=
/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h
> > `unwind.h' is up to date.
> > make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MF=
ILE=3D/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=3D=
/usr/src/gnu/lib/libgcc/../../../contrib/gcc gthr-default.h
> > `gthr-default.h' is up to date.
> > cc -isystem //usr/armv6-freebsd/usr/include -L//usr/armv6-freebsd/usr=
/lib  --sysroot=3D//usr/armv6-freebsd/ -B//usr/armv6-freebsd/usr/libexec =
 -B//usr/armv6-freebsd/usr/bin -B//usr/armv6-freebsd/usr/lib -c -O -pipe =
  -DTARGET_ARM_EABI -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED  -DHAV=
E_GTHR_DEFAULT  -I/usr/src/gnu/lib/libgcc/../../../contrib/gcclibs/includ=
e  -I/usr/src/gnu/lib/libgcc/../../../contrib/gcc/config -I/usr/src/gnu/l=
ib/libgcc/../../../contrib/gcc -I.  -I/usr/src/gnu/lib/libgcc/../../usr.b=
in/cc/cc_tools -Dinhibit_libc -fno-inline -std=3Dgnu99 -fheinous-gnu-exte=
nsions -Qunused-arguments -fvisibility=3Dhidden -DHIDE_EXPORTS -fPIC -fex=
ceptions -D__GLIBC__=3D3 -DElfW=3D__ElfN -o libunwind.o /usr/src/gnu/lib/=
libgcc/../../../contrib/gcc/config/arm/libunwind.S
> > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/arm/lib1funcs.asm=
:1:3: error: unexpected token at start of statement
> > @ libgcc routines for ARM cpu.
> >  ^
> > /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/arm/lib1funcs.asm=
:2:3: error: unexpected token at start of statement
> > @ Division routines, written by Richard Earnshaw, (rearnsha@armltd.co=
.uk)
> >  ^
> >=20
> > I'm upgrading to see if anything has changed=85
>=20
> With and without -j X would be helpful too. We=92ve had a few races lat=
ely and that might help narrow it.
>=20

It's hard to see how -j would affect this, though.  The @ symbol should
be a comment delimiter and it appears to be complaining about what are
clearly intended to be comment lines.  Hmmm, I wonder if @ is only a
comment delim in arm code and somehow the assembler thinks it's building
x86 code?

-- Ian

> > Tim
> >=20
> > P.S.  Just got a BBB Rev C with the 4G eMMC chip.  Under Debian,
> > dd with a 1MiB block size shows around 10MB/s write, 30MB/s read
> > performance.
>=20
> Nice.
>=20
> Warner
>=20
>=20
> >=20
> > On May 8, 2014, at 10:06 AM, Adrian Chadd <adrian@freebsd.org> wrote:
> >=20
> >> [snip]
> >>=20
> >> Ok. Thanks Ian/Warner.
> >>=20
> >> The line that currently works for me is:
> >>=20
> >> make XDEV=3Darm XDEV_ARCH=3Darmv6 WITH_GCC_BOOTSTRAP=3D1
> >> WITHOUT_CLANG_BOOTSTRAP=3D1 WITHOUT_CLANG=3D1 xdev
> >>=20
> >>=20
> >>=20
> >> -a
> >> _______________________________________________
> >> freebsd-arm@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> >> To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.or=
g"
> >=20
> > _______________________________________________
> > freebsd-arm@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-arm
> > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org=
"
>=20





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