From owner-freebsd-mips@freebsd.org Mon Jun 29 05:07:10 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D25698D775 for ; Mon, 29 Jun 2015 05:07:10 +0000 (UTC) (envelope-from na@rtfm.net) Received: from iad1-shared-relay1.dreamhost.com (iad1-shared-relay1.dreamhost.com [208.113.157.50]) by mx1.freebsd.org (Postfix) with ESMTP id 12FF11DB5 for ; Mon, 29 Jun 2015 05:07:09 +0000 (UTC) (envelope-from na@rtfm.net) Received: from cloudburst.dreamhost.com (cloudburst.dreamhost.com [66.33.212.129]) by iad1-shared-relay1.dreamhost.com (Postfix) with ESMTP id 38C3DB40069 for ; Sun, 28 Jun 2015 22:07:03 -0700 (PDT) Received: by cloudburst.dreamhost.com (Postfix, from userid 14776780) id 15E8F26050F; Sun, 28 Jun 2015 22:07:03 -0700 (PDT) Date: Mon, 29 Jun 2015 01:07:02 -0400 From: Nathan Dorfman To: freebsd-mips@freebsd.org Subject: stable/10 build broken (ELF_MACHINE_OK undefined)? Message-ID: <20150629050702.GA15404@vane> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 05:07:10 -0000 Hello, has anyone been able to build stable/10 for mips lately? It stops here for me: ===> usr.bin/gcore (all) cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wno-pointer-sign -c /usr/src/usr.bin/gcore/elfcore.c -o elfcore.o cc1: warnings being treated as errors /usr/src/usr.bin/gcore/elfcore.c: In function 'elf_ident': /usr/src/usr.bin/gcore/elfcore.c:149: warning: implicit declaration of function 'ELF_MACHINE_OK' *** Error code 1 Adding -DNO_WERROR just postpones the same problem until linking: ===> usr.bin/gcore (all) cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.bin/gcore/elfcore.c -o elfcore.o /usr/src/usr.bin/gcore/elfcore.c: In function 'elf_ident': /usr/src/usr.bin/gcore/elfcore.c:149: warning: implicit declaration of function 'ELF_MACHINE_OK' cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Wno-pointer-sign -c /usr/src/usr.bin/gcore/gcore.c -o gcore.o cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Wno-pointer-sign -o gcore elfcore.o gcore.o -lsbuf -lutil elfcore.o: In function `elf_ident': elfcore.c:(.text+0x15bc): undefined reference to `ELF_MACHINE_OK' elfcore.c:(.text+0x15c0): undefined reference to `ELF_MACHINE_OK' *** Error code 1 (Building with TARGET=mips TARGET_ARCH=mips64 on an amd64 host, running a fresh build of the exact same tree.) -nd. From owner-freebsd-mips@freebsd.org Mon Jun 29 15:22:32 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8179C98FF73 for ; Mon, 29 Jun 2015 15:22:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6D85F12E9 for ; Mon, 29 Jun 2015 15:22:32 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFMWNj058948 for ; Mon, 29 Jun 2015 15:22:32 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 199471] [PATCH] [mips] devel/icu fails to build on mips Date: Mon, 29 Jun 2015 15:22:32 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_status resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:22:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199471 Bug 199471 depends on bug 196044, which changed state. Bug 196044 Summary: devel/icu: unbreak on mips https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196044 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-mips@freebsd.org Mon Jun 29 15:23:17 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 95E2898FFD7 for ; Mon, 29 Jun 2015 15:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6EC3214CD for ; Mon, 29 Jun 2015 15:23:17 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t5TFNHBm059246 for ; Mon, 29 Jun 2015 15:23:17 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-mips@FreeBSD.org Subject: [Bug 199471] [PATCH] [mips] devel/icu fails to build on mips Date: Mon, 29 Jun 2015 15:23:17 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: office@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2015 15:23:17 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199471 Sean Bruno changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-mips@freebsd.org Fri Jul 3 18:49:41 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7C65994D6D; Fri, 3 Jul 2015 18:49:41 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ie0-x234.google.com (mail-ie0-x234.google.com [IPv6:2607:f8b0:4001:c03::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 915D51269; Fri, 3 Jul 2015 18:49:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by ieqy10 with SMTP id y10so81598385ieq.0; Fri, 03 Jul 2015 11:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=w02u2+7X9FvFRjDN1H3WpCSZIJu4uSndtsP7PX45urg=; b=pNy0UD9JlmyE5n/ppC1O8iSHVWyq7IM0qQPGOVsE+I0QQczwp9saRTXNM0lhpedkZO LG0PPkBaSToFtGAVgaXdflBj26jGJ8OeBemu9hBSr4f+bHhRpcwzJLFzVDglpmPNoIgd VUDV/DY0+kUHdVvAtVSfsAHBer7P95ad7/Sb5fyXjwYmeZJsU9J3HQbfpnx9BlKpQgjX lfP+37xpGrcwAfjMU3twJRLLkg8Vtc8eXepx/ZjXpNWX/+5ENfkP9QrpZ8wkUPGZYe2e 5qLWPx879+UDZOehajRWSMyjk+OHBKaqAyZSgglvMTHe8k4gEbmMmpE2IJNXm7SvLx9Y ySzw== MIME-Version: 1.0 X-Received: by 10.107.155.74 with SMTP id d71mr56199475ioe.29.1435949377837; Fri, 03 Jul 2015 11:49:37 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.36.38.133 with HTTP; Fri, 3 Jul 2015 11:49:37 -0700 (PDT) Date: Fri, 3 Jul 2015 11:49:37 -0700 X-Google-Sender-Auth: AawzrOBwy0LNEcex-54xSgIOuJE Message-ID: Subject: New router: TP-Link Archer C7 v2 From: Adrian Chadd To: "freebsd-mips@freebsd.org" , "freebsd-embedded@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jul 2015 18:49:41 -0000 Hi, I've just added support for the tp-link archer c7 v2. It's a 2x2 2GHz 11n / 3x3 5GHz 11ac access point with a QCA9558 SoC, 128MB RAM, 16MB flash, 2x USB2.0 ports, 5 port gige switch. Everything except the 11ac NIC works. It's interesting because the 11ac isn't on-board - it's the CUS223 PCIe NIC. Yes, this means you can switch it out for other PCIe NICs. So if you're after a supported MIPS platform with PCIe that you can buy for ~ $100, this would be it. There's no 11ac support - I have to write the driver. I have other things to do, so that won't happen any time soon. (I also have firmware source, so when I /do/ do it, it'll be feasible to make it stable.) But everything else inside works. I have a few more things on the platform support to tidy up and those will go in over the next few weeks as I get spare time. But this is the new target I'm going to use for performance/stability work. Thanks! -adrian