From owner-freebsd-arm@FreeBSD.ORG Sun Feb 3 01:20:39 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E95728A5 for ; Sun, 3 Feb 2013 01:20:39 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by mx1.freebsd.org (Postfix) with ESMTP id 87350E0C for ; Sun, 3 Feb 2013 01:20:39 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id fc26so3186128vbb.17 for ; Sat, 02 Feb 2013 17:20:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=0HxMnpOLP74Uub+D+OtrXaGy52o02bZH/oJHL4O33UU=; b=FuTci6tZIUEtTwnGxqsre07VBzk3yvfE7AeemgN//kLjhFdEBpsb/hfbhdwY5F2cS6 1da4q5CUWywVYHPFhF1Nl8HRI2h8NCvGzTMlbqfAP9G/sRZDJofAW+LFrMuICWWBW11M ZPoB96d9FTf/84K2kZ5nEN/phXHdiZxzfj14Tn6xlpUEmau3Jre54huPsGuMKPllMAdg +XV/k3Aq/IQkoVz+maBpy0OhFUtimtM0CALYV1rPG48XJ4wy6nB6eppx6GUBdKoUsLUo SdWYDI8QXyH+bCXN30wGf6oUOhe207mOvvYD8hI/tQCiZIeL0y9ZdAwiQGkqpjulLN0s v8uQ== X-Received: by 10.52.16.19 with SMTP id b19mr14247957vdd.87.1359854432533; Sat, 02 Feb 2013 17:20:32 -0800 (PST) Received: from dhcp107-18-61-166.hil-dentndt.den.wayport.net (dhcp107-18-61-166.hil-dentndt.den.wayport.net. [107.18.61.166]) by mx.google.com with ESMTPS id d13sm14253832vdj.8.2013.02.02.17.20.30 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Feb 2013 17:20:31 -0800 (PST) Sender: Warner Losh Subject: Re: make xdev failing for me Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <1359825242-6737780.11277733.fr12HDXlF001972@rs149.luxsci.com> Date: Sat, 2 Feb 2013 18:20:29 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <1359825242-6737780.11277733.fr12HDXlF001972@rs149.luxsci.com> To: Isaac (.ike) Levy X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQml8VmKqFAKF7J4M51xLzBmDaoP25YC1AJwaPgaDzSo2mHsI4IECnB2W6CFIndx8DZkJ1TL Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 01:20:40 -0000 On Feb 2, 2013, at 10:13 AM, Isaac (.ike) Levy wrote: > Hi All, >=20 > Been using Tim's scripts for a few months, > I've just rebuilt a 10.x "build-mule" machine, and I'm snagged = somewhere new: >=20 > # make xdev XDEV=3Darm XDEV_ARCH=3Darm >=20 > Breaking output below. > I pulled the clang bits from /etc/make.conf, but it appears to be = using clang to build the xdev bits? >=20 > (I don't believe it's relevant, but I built the host using clang, = (amd64), and the boot disk is zfs.) >=20 > -- > Should I file a PR, or am I down a known-silly path? Please file a PR. This should just work. It did last time I did it. I'll = look at it after I get back from a mini-vacation I'm on... Warner > Thanks! >=20 > Best, > .ike >=20 >=20 >=20 > -- > root@host:/usr/src # svn up > Updating '.': > At revision 246254. > root@host:/usr/src #=20 > # make xdev XDEV=3Darm XDEV_ARCH=3Darm > ... > install -C -o root -g wheel -m 444 libcompiler_rt.a = /usr/arm-freebsd/usr/lib > /usr/arm-freebsd/usr/lib/libgcc.a -> libcompiler_rt.a > =3D=3D=3D> gnu/lib/csu (obj,depend,all,install) > install -o root -g wheel -m 444 crtbegin.o = /usr/arm-freebsd/usr/lib/crtbegin.o > install -o root -g wheel -m 444 crtend.o = /usr/arm-freebsd/usr/lib/crtend.o > install -o root -g wheel -m 444 crtbeginT.o = /usr/arm-freebsd/usr/lib/crtbeginT.o > install -o root -g wheel -m 444 crtbeginS.o = /usr/arm-freebsd/usr/lib/crtbeginS.o > install -o root -g wheel -m 444 crtendS.o = /usr/arm-freebsd/usr/lib/crtendS.o > =3D=3D=3D> lib/csu/arm (obj,depend,all,install) > clang -c -o crt1.o crt1.s > crt1.s:10:2: error: unknown use of instruction mnemonic without a size = suffix > mov r5, r2 /* cleanup */ =20 > ^ > crt1.s:11:2: error: unknown use of instruction mnemonic without a size = suffix > mov r4, r1 /* obj_main */ =20 > ^ > crt1.s:12:2: error: unknown use of instruction mnemonic without a size = suffix > mov r3, r0 /* ps_strings */ =20 > ^ > crt1.s:14:13: error: expected ']' in brackets expression > ldr r0, [sp, #0x0000] =20 > ^ > crt1.s:15:14: error: unknown token in expression > add r1, sp, #0x0004 =20 > ^ > crt1.s:16:2: error: unknown use of instruction mnemonic without a size = suffix > add r2, r1, r0, lsl #2 =20 > ^ > crt1.s:17:14: error: unknown token in expression > add r2, r2, #0x0004 =20 > ^ > crt1.s:19:14: error: unknown token in expression > bic sp, sp, #7 =20 > ^ > crt1.s:20:14: error: unknown token in expression > sub sp, sp, #8 =20 > ^ > crt1.s:21:13: error: expected ']' in brackets expression > str r5, [sp, #4] =20 > ^ > crt1.s:22:13: error: expected ']' in brackets expression > str r4, [sp, #0] =20 > ^ > crt1.s:24:2: error: invalid instruction mnemonic 'b' > b __start =20 > ^ > *** [crt1.o] Error code 1 >=20 > Stop in /usr/src/lib/csu/arm. > *** [lib/csu/arm__L] Error code 1 >=20 > Stop in /usr/src. > *** [libraries] Error code 1 >=20 > Stop in /usr/src. > *** [_xi-libraries] Error code 1 >=20 > Stop in /usr/src. > *** [xdev] Error code 1 >=20 > Stop in /usr/src. > root@host:/usr/src #=20 >=20 >=20 >=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"