From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2467 invoked by alias); 13 Sep 2008 22:19:58 -0000 Received: (qmail 2459 invoked by uid 22791); 13 Sep 2008 22:19:57 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.33.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 13 Sep 2008 22:19:23 +0000 Received: from wpaz17.hot.corp.google.com (wpaz17.hot.corp.google.com [172.24.198.81]) by smtp-out.google.com with ESMTP id m8DMJ9An001311 for ; Sat, 13 Sep 2008 23:19:09 +0100 Received: from wa-out-1112.google.com (wafl24.prod.google.com [10.114.188.24]) by wpaz17.hot.corp.google.com with ESMTP id m8DMJ8j1016260 for ; Sat, 13 Sep 2008 15:19:08 -0700 Received: by wa-out-1112.google.com with SMTP id l24so977981waf.11 for ; Sat, 13 Sep 2008 15:19:08 -0700 (PDT) Received: by 10.114.153.18 with SMTP id a18mr4706581wae.127.1221344348138; Sat, 13 Sep 2008 15:19:08 -0700 (PDT) Received: by 10.114.78.12 with HTTP; Sat, 13 Sep 2008 15:19:08 -0700 (PDT) Message-ID: <8ac60eac0809131519pc5ffe96v4a6cbb52f630c361@mail.gmail.com> Date: Sat, 13 Sep 2008 22:19:00 -0000 From: "Paul Pluzhnikov" To: jreiver@free.fr Subject: Re: Problem starting trace experiment with gdb and TSIM-LEON3 Cc: "Daniel Jacobowitz" , gdb@sourceware.org In-Reply-To: <1221343507.48cc3913b3c2f@imp.free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1221320962.48cbe102e923e@imp.free.fr> <20080913170629.GA14221@caradoc.them.org> <1221343507.48cc3913b3c2f@imp.free.fr> X-IsSubscribed: yes 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 X-SW-Source: 2008-09/txt/msg00081.txt.bz2 On Sat, Sep 13, 2008 at 3:05 PM, wrote: > However, I couldn't execute sparc-rtems-gdb, which gives me this error message: > > "sparc-rtems-gdb: error while loading shared libraries: libreadline.so.4: cannot > open shared object file: No such file or directory" > > Is that a problem of the installation of RCC-1.1.0 different from RCC-1.0.12? Yes: your sparc-rtems-gdb depends on libreadline.so.4, which isn't installed on your system. The good news is that you should be able to find libreadline or build it from source quite easily: try '{yum,apt-get} install libreadline' as appropriate. > Or a problem with GDB No. Cheers, -- Paul Pluzhnikov