From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2890 invoked by alias); 20 Feb 2014 22:46:58 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 2875 invoked by uid 89); 20 Feb 2014 22:46:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: p02c12o147.mxlogic.net Received: from p02c12o147.mxlogic.net (HELO p02c12o147.mxlogic.net) (208.65.145.80) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 20 Feb 2014 22:46:56 +0000 Received: from unknown [76.164.174.81] (EHLO ex-hc1.corp.adtran.com) by p02c12o147.mxlogic.net(mxl_mta-7.2.4-1) over TLS secured channel with ESMTP id cd586035.0.46140.00-352.126593.p02c12o147.mxlogic.net (envelope-from ); Thu, 20 Feb 2014 15:46:56 -0700 (MST) X-MXL-Hash: 530685e0563f5c01-d7b1757916d782ce1d2e798daddafb62292ccf82 Received: from ex-mb1.corp.adtran.com ([fe80::51a3:972d:5f16:9952]) by ex-hc1.corp.adtran.com ([fe80::a43f:7ea6:7688:37b%13]) with mapi id 14.03.0174.001; Thu, 20 Feb 2014 16:46:51 -0600 From: ANDY KENNEDY To: "'crossgcc@sourceware.org'" Subject: Mips compiler issues. Date: Thu, 20 Feb 2014 22:46:00 -0000 Message-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-AnalysisOut: [v=2.0 cv=T/g7uY2Q c=1 sm=1 a=0XgpNN2/4a34ymu16SVwsQ==:17 a] X-AnalysisOut: [=qZHQZMT3apYA:10 a=C3ZOIDTcl6cA:10 a=BLceEmwcHowA:10 a=kj9] X-AnalysisOut: [zAlcOel0A:10 a=xqWC_Br6kY4A:10 a=eJNrpioGAAAA:8 a=EakdOvZF] X-AnalysisOut: [Q9oA:10 a=U1sBRkWgI2jqYQmHx20A:9 a=CjuIK1q_8ugA:10] X-Spam: [F=0.5000000000; CM=0.500; MH=0.500(2014022024); S=0.200(2010122901)] X-MAIL-FROM: X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00050.txt.bz2 All, I know this is not the right list to post this, but here it is anyway. I'm building a mips toolchain using ct-ng. Everything builds fine AND I am able to generate a toolchain that, when statically links, will produce a viable helloworld on the target (which is an eval board with a loaded u-Boot, Linux and RFS). So, I know I'm at least in the right area. The problem is when I attempt to build the Linux kernel from within their SDK. They have a toolchain in it with the *multilib_defaults: -EB mips64r2 mabi=3D32 which is great, but I don't know what to do in ct-ng to make that happen. I have tried all sorts of things but I still cannot make the Linux kernel build happy. The Error I get with the latest incantation is: CC init/main.o {standard input}: Assembler messages: {standard input}:395: Error: opcode not supported on this processor: xlr (m= ips64) `dins $3,$2,0,1' {standard input}:414: Error: opcode not supported on this processor: xlr (m= ips64) `di $2' {standard input}:422: Error: opcode not supported on this processor: xlr (m= ips64) `di ' {standard input}:422: Error: opcode not supported on this processor: xlr (m= ips64) `ei ' {standard input}:1304: Error: opcode not supported on this processor: xlr (= mips64) `di ' {standard input}:1526: Error: opcode not supported on this processor: xlr (= mips64) `di ' {standard input}:1563: Error: opcode not supported on this processor: xlr (= mips64) `ei ' {standard input}:1824: Error: opcode not supported on this processor: xlr (= mips64) `ei ' {standard input}:2150: Error: opcode not supported on this processor: xlr (= mips64) `dins $3,$2,0,1' {standard input}:2169: Error: opcode not supported on this processor: xlr (= mips64) `di $2' {standard input}:2177: Error: opcode not supported on this processor: xlr (= mips64) `di ' {standard input}:2177: Error: opcode not supported on this processor: xlr (= mips64) `ei ' make[1]: *** [init/main.o] Error 1 The specs that I have in the ct-ng build toolchain is: -EB mips1 mabi=3Dn32 If you have any ideas about what I'm doing wrong, please let me know. In the mean time, I'm still adjusting configurations of ct-ng. . . Thanks, Andy -- For unsubscribe information see http://sourceware.org/lists.html#faq