From owner-freebsd-arm@FreeBSD.ORG Fri Nov 22 21:50:27 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB745D4 for ; Fri, 22 Nov 2013 21:50:27 +0000 (UTC) Received: from mail-wi0-x236.google.com (mail-wi0-x236.google.com [IPv6:2a00:1450:400c:c05::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5AB512092 for ; Fri, 22 Nov 2013 21:50:27 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id en1so3241584wid.15 for ; Fri, 22 Nov 2013 13:50:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=GB9R7ofkeJDVfXYdim/c7d4n003SOinfqqyPB8iSLbE=; b=fMw7iqpXPOgvjHD4j5SHmZTbhLXMCEs9L4rvyk77AMGtyDsmMAFLFam8c+2SJA4FW8 QtclRSuGRQHuN/8SI8kR4EMBacMVD34qC39/kcozcd2Pyn94jAnHjooMplDzlxa6UMY+ 5hLRwCGTjE1NRseAuwwD+Q/PxzsyXqjZfyQPnVQGly6FjxmYlto3SU9CW++3U3muKpan 3HdkTwpV66tUFIWKLsWIJwPcjhyslDGJI0tVxO+zG9UpDQ728NmseeL6FNWMy8LbILI/ bsA/OF093dZCRYeE885Ocwgz5GjKA2sn7IxLeVX2fJZfi25bKQsbEJnWfF3nsydBL338 676w== X-Received: by 10.180.183.72 with SMTP id ek8mr4389749wic.31.1385157025763; Fri, 22 Nov 2013 13:50:25 -0800 (PST) Received: from [192.168.0.10] (log77-7-88-185-146-198.fbx.proxad.net. [88.185.146.198]) by mx.google.com with ESMTPSA id b7sm20130004wiz.8.2013.11.22.13.50.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 22 Nov 2013 13:50:25 -0800 (PST) Message-ID: <528FD1A6.8020106@gmail.com> Date: Fri, 22 Nov 2013 22:50:30 +0100 From: Nicolas Matringe User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: freebsd-arm@freebsd.org Subject: Qt4 compilation error on BeagleBoneBlack Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Nov 2013 21:50:27 -0000 My c++ compiler chokes on Qt4 code, it seems that it produces invalid assembler. Is it a problem with the compiler or the source code ? System is 10.0-CURRENT #0 r253898 /tmp/qdatetime-U6VjCK.s: Assembler messages: /tmp/qdatetime-U6VjCK.s:190: rdhi, rdlo and rm must all be different /tmp/qdatetime-U6VjCK.s:4779: rdhi, rdlo and rm must all be different /tmp/qdatetime-U6VjCK.s:4784: Error: selected processor does not support `movw r2,#49096' /tmp/qdatetime-U6VjCK.s:4819: rdhi, rdlo and rm must all be different /tmp/qdatetime-U6VjCK.s:4823: Error: selected processor does not support `movw r2,#49096' /tmp/qdatetime-U6VjCK.s:5129: rdhi, rdlo and rm must all be different /tmp/qdatetime-U6VjCK.s:5133: Error: selected processor does not support `movw r2,#49096' /tmp/qdatetime-U6VjCK.s:5313: Error: selected processor does not support `movw r3,#49096' /tmp/qdatetime-U6VjCK.s:6577: rdhi, rdlo and rm must all be different /tmp/qdatetime-U6VjCK.s:6996: rdhi, rdlo and rm must all be different c++: error: assembler command failed with exit code 1 (use -v to see invocation) *** Error code 1 Thanks Nicolas