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