From owner-freebsd-embedded@FreeBSD.ORG Mon Feb 11 11:06:42 2013 Return-Path: Delivered-To: freebsd-embedded@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9C2C9263 for ; Mon, 11 Feb 2013 11:06:42 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8F1731BBF for ; Mon, 11 Feb 2013 11:06:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1BB6gu9081221 for ; Mon, 11 Feb 2013 11:06:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1BB6gLQ081219 for freebsd-embedded@FreeBSD.org; Mon, 11 Feb 2013 11:06:42 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 11 Feb 2013 11:06:42 GMT Message-Id: <201302111106.r1BB6gLQ081219@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-embedded@FreeBSD.org Subject: Current problem reports assigned to freebsd-embedded@FreeBSD.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Feb 2013 11:06:42 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/172968 embedded [arge] probe/attach occasionally fails to find a PHY o misc/52256 embedded [picobsd] picobsd build script does not read in user/s o kern/42728 embedded [picobsd] many problems in src/usr.sbin/ppp/* after c 3 problems total. From owner-freebsd-embedded@FreeBSD.ORG Tue Feb 12 17:45:00 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7C60932 for ; Tue, 12 Feb 2013 17:45:00 +0000 (UTC) (envelope-from tomek.cedro@gmail.com) Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by mx1.freebsd.org (Postfix) with ESMTP id 82C796AC for ; Tue, 12 Feb 2013 17:45:00 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id o13so188427qaj.1 for ; Tue, 12 Feb 2013 09:44:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:date:x-google-sender-auth:message-id :subject:from:to:content-type; bh=HuziIvd3WG3FeVc3sq9xymxjV/NkM+kdfF1+cay0/8Y=; b=srEScCv0L0bGLbMoNgu4l8UACgckr57MQ2yaPI1MdL6uhJoFvkZa+gNrFAKlE6hHzA QrcSHxjEb5WfV1l1dV/mWTMFGWsET4DaESqtGiSjbxjNPosbzW613CCREO/P25UPpvRj ig4yCbVDLUuFGSyEOLyeyk/Y9jnghyt2x1IbJ9Fqe5kxv+R0fGIxiJ8S0DMzBHLMwoBP ddOI/nZ5NG/nwXsGa49rnUXL89+Ki8Kftl7ieBC25nxoF4ws6USWz0xj7ElH9A5G6MNp ir8tlNat2g8iB/UEnMJT1GhqA2p1Cwm0DutATWFixNrUCBnD0Il+NIgX6W8RACeTU33u 2OxQ== MIME-Version: 1.0 X-Received: by 10.224.177.8 with SMTP id bg8mr7211421qab.87.1360691093874; Tue, 12 Feb 2013 09:44:53 -0800 (PST) Sender: tomek.cedro@gmail.com Received: by 10.49.71.204 with HTTP; Tue, 12 Feb 2013 09:44:53 -0800 (PST) Date: Tue, 12 Feb 2013 18:44:53 +0100 X-Google-Sender-Auth: wN0u3Wx8cjAnNZkJVsPERJbh5gA Message-ID: Subject: cross compile gdb for mips host From: CeDeROM To: freebsd-embedded@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2013 17:45:00 -0000 Hello FreeBSD Embedded list :-) I need to debug one MIPS application, but I cannot find a way to to it from a port tree - mips-rtems-gdb is a local application that can attach to remote server, cross-gdb when build with TGTARCH=mips TGTABI=rtems make parameters also build a binary for my BSD (although it should build for mips?). I need a static binary that can be uploaded into MIPS machine and act as remote debug server for a local debugger :-) Any hints appreciated :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info