From owner-freebsd-arm@FreeBSD.ORG Tue May 13 05:50:11 2014 Return-Path: Delivered-To: freebsd-arm@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 51BB922B; Tue, 13 May 2014 05:50:11 +0000 (UTC) Received: from mail-ee0-x230.google.com (mail-ee0-x230.google.com [IPv6:2a00:1450:4013:c00::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4E32E6A; Tue, 13 May 2014 05:50:10 +0000 (UTC) Received: by mail-ee0-f48.google.com with SMTP id e49so5214890eek.35 for ; Mon, 12 May 2014 22:50:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=zSuyqLGDY5EhbZGKJF37O4Lg2zjuAj6ejmcQaTJlOjM=; b=dsYHvNA404rBzRqzybmGJnfCAlaMkr/HMTfT43nck1IAnL1HkhnZA9dVygmSJertyW oIGR3xZ2K4YCe0bNrc2ymdIfKYoqh9GNxakJnGiJqV3LEVdVU0yx5sYacBIakNeQxRiy I6hsH2GXYJckJATgQSv7nntzS5M0x1FFV4AipocOUaF81GV9Mm/pRiE0VQv3wzKQnzrQ Nzy/cZEXbeYAqZB6d1+IMXCTJljNyqJykOD7FgGiiqsJeqyffNG7WzC61jgLfzlnqgp3 44SserePI9zcOq9ASqsXxHL8Dfxlc+TkMYXTUWRI5qbuceBSP/c93xPGq9nUL13gUoT+ u23w== X-Received: by 10.14.209.195 with SMTP id s43mr1276387eeo.69.1399960208733; Mon, 12 May 2014 22:50:08 -0700 (PDT) Received: from ketas-laptop.mydomain (ketas-laptop6.si.pri.ee. [2001:ad0:91f:0:21a:6bff:fe66:2ad3]) by mx.google.com with ESMTPSA id ci54sm37746135eeb.19.2014.05.12.22.50.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 May 2014 22:50:07 -0700 (PDT) Sender: Sulev-Madis Silber Message-ID: <5371B289.5030409@hot.ee> Date: Tue, 13 May 2014 08:50:01 +0300 From: "Sulev-Madis Silber (ketas)" User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:15.0) Gecko/20120912 Thunderbird/15.0.1 MIME-Version: 1.0 To: Ian Lepore Subject: Re: 11-CURRENT: clang/error: no member named 'VLD1d64TPseudoWB_fixed' in namespace 'llvm::ARM' References: <1399946503.50937.9.camel@revolution.hippie.lan> In-Reply-To: <1399946503.50937.9.camel@revolution.hippie.lan> X-TagToolbar-Keys: D20140513085000827 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: FreeBSD ARM , Dimitry Andric X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2014 05:50:11 -0000 On 2014-05-13 05:01, Ian Lepore wrote: > On Mon, 2014-05-12 at 21:51 -0400, Winston Smith wrote: >> Cross compiling the tools for 11-CURRENT at r265941 yields: >> >> >> /usr/src/FreeBSD-CURRENT/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/FreeBSD-CURRENT/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, >> ^ >> 2 errors generated. >> *** Error code 1 > > I suspect r265925 is a good suspect and reverting it will probably get > you moving again for now. > > Dimitry, was there maybe an updated header file missing from this > import? > > -- Ian > > > _______________________________________________ > 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" > I managed to compile that new clang...?! however I'm on 9.x, so compiler is gcc.