From owner-freebsd-current@FreeBSD.ORG Sun May 18 16:09:54 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 56705F71 for ; Sun, 18 May 2014 16:09:54 +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 E176F25C3 for ; Sun, 18 May 2014 16:09:53 +0000 (UTC) Received: from smtp3h.mail.yandex.net (smtp3h.mail.yandex.net [84.201.186.20]) by forward5l.mail.yandex.net (Yandex) with ESMTP id 7A84BC40EE7 for ; Sun, 18 May 2014 20:09:51 +0400 (MSK) Received: from smtp3h.mail.yandex.net (localhost [127.0.0.1]) by smtp3h.mail.yandex.net (Yandex) with ESMTP id 31CB51B43780 for ; Sun, 18 May 2014 20:09:51 +0400 (MSK) Received: from 93.91.10.182.tel.ru (93.91.10.182.tel.ru [93.91.10.182]) by smtp3h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id VgXMfNKi8B-9oF0e36d; Sun, 18 May 2014 20:09:50 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: fca60a06-01c0-429a-a643-4b8690202f64 Message-ID: <5378DB4E.5030305@passap.ru> Date: Sun, 18 May 2014 20:09:50 +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: freebsd-current@FreeBSD.org Subject: Re: [arm cross-compiling, clang] Error: selected processor does not support `ldrexd r2,r3,[r1]' References: <5378D64C.2000903@passap.ru> In-Reply-To: <5378D64C.2000903@passap.ru> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Sun, 18 May 2014 16:09:54 -0000 18.05.2014 19:48, Boris Samorodov пишет: > Hi All, > > The system: > ----- > % uname -a > FreeBSD bb052.bsnet 11.0-CURRENT FreeBSD 11.0-CURRENT #92 r266163: Thu > May 15 23:22:26 SAMT 2014 > bsam@bb052.bsnet:/usr/obj/usr/src/sys/BB64X amd64 > > % clang --version > FreeBSD clang version 3.4.1 (tags/RELEASE_34/dot1-final 208032) 20140512 > Target: x86_64-unknown-freebsd11.0 > Thread model: posix > ----- > > While cross-compiling (sources r266396) I get: > ----- > % make -C /usr/src ARCH=arm TARGET_ARCH=armv6 buildworld Hm, at https://wiki.freebsd.org/EmbeddedHandbook one more option is listed: "TARGET_CPUTYPE=armv6". Trying this. > [...] > ===> lib/clang/liblldbAPI (all) > c++ -O -pipe > -I/usr/src/lib/clang/liblldbAPI/../../../contrib/llvm/tools/lldb/include > -I/usr/src/lib/clang/liblldbAPI/../../ > ../contrib/llvm/tools/lldb/source > -I/usr/src/lib/clang/liblldbAPI/../../../contrib/llvm/include > -I/usr/src/lib/clang/liblldbAP > I/../../../contrib/llvm/tools/clang/include > -I/usr/src/lib/clang/liblldbAPI/../../../contrib/llvm/tools/lldb/source/API > -I. -I > /usr/src/lib/clang/liblldbAPI/../../../contrib/llvm/../../lib/clang/include > -DLLVM_ON_UNIX -DLLVM_ON_FREEBSD -D__STDC_LIMIT_MA > CROS -D__STDC_CONSTANT_MACROS -fno-strict-aliasing > -DLLVM_DEFAULT_TARGET_TRIPLE=\"armv6-gnueabi-freebsd11.0\" -DLLVM_HOST_TRIP > LE=\"armv6-unknown-freebsd11.0\" -DDEFAULT_SYSROOT=\"\" > -Qunused-arguments -std=c++11 -DLLDB_DISABLE_PYTHON -fno-exceptions -f > no-rtti -Wno-c++11-extensions -c > /usr/src/lib/clang/liblldbAPI/../../../contrib/llvm/tools/lldb/source/API/SBAddress.cpp > -o SB > Address.o > /tmp/SBAddress-9939f3.s: Assembler messages: > /tmp/SBAddress-9939f3.s:92: Error: selected processor does not support > `ldrexd r2,r3,[r1]' > /tmp/SBAddress-9939f3.s:141: Error: selected processor does not support > `ldrexd r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:311: Error: selected processor does not support > `ldrexd r8,r9,[r0]' > /tmp/SBAddress-9939f3.s:312: Error: selected processor does not support > `strexd r1,r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:320: Error: selected processor does not support > `ldrexd r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:325: Error: selected processor does not support > `ldrexd r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:329: Error: selected processor does not support > `ldrexd r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:330: Error: selected processor does not support > `strexd r2,r4,r5,[r0]' > /tmp/SBAddress-9939f3.s:379: Error: selected processor does not support > `ldrexd r0,r1,[r0]' > /tmp/SBAddress-9939f3.s:507: Error: selected processor does not support > `ldrexd r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:511: Error: selected processor does not support > `ldrexd r2,r3,[r0]' > /tmp/SBAddress-9939f3.s:512: Error: selected processor does not support > `strexd r2,r8,r9,[r0]' > /tmp/SBAddress-9939f3.s:665: Error: selected processor does not support > `ldrexd r4,r5,[r1]' > /tmp/SBAddress-9939f3.s:671: Error: selected processor does not support > `ldrexd r6,r7,[r1]' > /tmp/SBAddress-9939f3.s:678: Error: selected processor does not support > `ldrexd r2,r3,[r1]' > /tmp/SBAddress-9939f3.s:679: Error: selected processor does not support > `strexd r2,r6,r7,[r1]' > /tmp/SBAddress-9939f3.s:739: Error: selected processor does not support > `ldrexdne r0,r1,[r0]' > c++: error: assembler command failed with exit code 1 (use -v to see > invocation) > *** Error code 1 > > Stop. > make[6]: stopped in /usr/src/lib/clang/liblldbAPI > *** Error code 1 > ----- -- WBR, Boris Samorodov (bsam) FreeBSD Committer, http://www.FreeBSD.org The Power To Serve