From owner-freebsd-current@FreeBSD.ORG Mon May 19 16:49:16 2014 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62110AFA for ; Mon, 19 May 2014 16:49:16 +0000 (UTC) Received: from forward5l.mail.yandex.net (forward5l.mail.yandex.net [IPv6:2a02:6b8:0:1819::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1C2522DEA for ; Mon, 19 May 2014 16:49:15 +0000 (UTC) Received: from smtp12.mail.yandex.net (smtp12.mail.yandex.net [95.108.131.191]) by forward5l.mail.yandex.net (Yandex) with ESMTP id 588CBC40DFA; Mon, 19 May 2014 20:49:03 +0400 (MSK) Received: from smtp12.mail.yandex.net (localhost [127.0.0.1]) by smtp12.mail.yandex.net (Yandex) with ESMTP id F0E7E16A00B9; Mon, 19 May 2014 20:49:02 +0400 (MSK) Received: from 93.91.10.182.tel.ru (93.91.10.182.tel.ru [93.91.10.182]) by smtp12.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id uR6rVmg12I-n2Gi8AfE; Mon, 19 May 2014 20:49:02 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 764e7bd3-c72d-4879-bca6-ec0455a0446f Message-ID: <537A35FE.9010004@passap.ru> Date: Mon, 19 May 2014 20:49:02 +0400 From: Boris Samorodov Organization: =?UTF-8?B?0JfQkNCeICLQktCQ0KDQoiI=?= User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Warner Losh Subject: Re: [arm cross-compiling, clang] Error: selected processor does not support `ldrexd r2, r3, [r1]' References: <5378D64C.2000903@passap.ru> <5378DB4E.5030305@passap.ru> <1400431085.1152.24.camel@revolution.hippie.lan> <5379134B.9000502@passap.ru> <1400448314.1152.26.camel@revolution.hippie.lan> <5379F3BF.9090000@passap.ru> <5379FFAD.3060801@passap.ru> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: freebsd-current@FreeBSD.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 16:49:16 -0000 19.05.2014 19:59, Warner Losh пишет: > > On May 19, 2014, at 6:57 AM, Boris Samorodov wrote: > >> 19.05.2014 16:06, Boris Samorodov пишет: >>> 19.05.2014 01:25, Ian Lepore пишет: >>>> On Mon, 2014-05-19 at 00:08 +0400, Boris Samorodov wrote: >>> >>>>> It's definitely not my day -- crochet build failed with: >>>>> ----- >>>>> --- all_subdir_libllvmarmcodegen --- >>>>> /usr/src/lib/clang/libllvmarmcodegen/../../../contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:3687:15: >>>>> error: no member named >>>>> 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM'; did you mean >>>>> 'VST1d64TPseudoWB_fixed'? >>>>> case ARM::VLD1d64TPseudoWB_fixed: >>>>> ~~~~~^~~~~~~~~~~~~~~~~~~~~~ >>>>> VST1d64TPseudoWB_fixed >>>>> ./ARMGenInstrInfo.inc.h:1969:5: note: 'VST1d64TPseudoWB_fixed' declared here >>>>> VST1d64TPseudoWB_fixed = 1953, >>>>> ^ >>>>> /usr/src/lib/clang/libllvmarmcodegen/../../../contrib/llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp:3704:15: >>>>> error: no member named >>>>> 'VLD1d64QPseudoWB_fixed' in namespace 'llvm::ARM'; did you mean >>>>> 'VST1d64QPseudoWB_fixed'? >>>>> case ARM::VLD1d64QPseudoWB_fixed: >>>>> ~~~~~^~~~~~~~~~~~~~~~~~~~~~ >>>>> VST1d64QPseudoWB_fixed >>>>> ./ARMGenInstrInfo.inc.h:1963:5: note: 'VST1d64QPseudoWB_fixed' declared here >>>>> VST1d64QPseudoWB_fixed = 1947, >>>>> ----- >>>> >>>> I've seen others report this error recently, and it was caused by an >>>> update to clang. There's a dependency glitch so that some header files >>>> don't get regenerated correctly; I think that has been fixed, but to get >>>> the fix in place you have to clean out obj/arm.armv6 and build fresh. >>> >>> Ian, thanks -- that helped! >> >> Just a note: (crochet) buildworld finished successfully. However >> buildkernel fails at the very beginning with "Malformed conditional >> (${MK_ARM_EABI} != "no")" -- just as Michael Tuexen reported at arm@. > > I have a fix pending for that, but there’s other problems building arm kernels/modules at > the moment I’m sorting out before pushing that in. Thank you! -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve