From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27107 invoked by alias); 7 Jun 2013 09:52:14 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 27082 invoked by uid 89); 7 Jun 2013 09:52:10 -0000 X-Spam-SWARE-Status: No, score=-3.7 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-qe0-f44.google.com (HELO mail-qe0-f44.google.com) (209.85.128.44) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Fri, 07 Jun 2013 09:52:10 +0000 Received: by mail-qe0-f44.google.com with SMTP id 5so184666qeb.31 for ; Fri, 07 Jun 2013 02:52:08 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.49.18.166 with SMTP id x6mr33507643qed.39.1370598728254; Fri, 07 Jun 2013 02:52:08 -0700 (PDT) Received: by 10.49.107.232 with HTTP; Fri, 7 Jun 2013 02:52:08 -0700 (PDT) In-Reply-To: <51B0B2E1.2030800@redhat.com> References: <51B0B2E1.2030800@redhat.com> Date: Fri, 07 Jun 2013 09:52:00 -0000 Message-ID: Subject: Re: Cross-compilation shows>error: no termcap library found, why? From: Francisco Cuesta To: Pedro Alves Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-06/txt/msg00014.txt.bz2 But now I have another doubt, if I want to crooscompile the gdb "client" which is going to connect to the gdbserver, how can I do it? Then, I will have to crosscompile the whole gdb suite right? regards! 2013/6/6 Pedro Alves : > It sounds like you're running the top level's configure > instead of gdbserver's. If you just want to build > gdbserver, run the configure in gdb/gdbserver/. > > -- > Pedro Alves >