From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2-g21.free.fr ([212.27.42.2]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SAiIY-00013F-9k for openembedded-core@lists.openembedded.org; Thu, 22 Mar 2012 14:43:26 +0100 Received: from eb-e6520 (unknown [82.240.38.71]) by smtp2-g21.free.fr (Postfix) with ESMTP id D1CE34B012A; Thu, 22 Mar 2012 14:34:28 +0100 (CET) Date: Thu, 22 Mar 2012 14:34:27 +0100 From: Eric =?ISO-8859-1?B?QuluYXJk?= To: Patches and discussions about the oe-core layer Message-ID: <20120322143427.3d54b5bd@eb-e6520> In-Reply-To: <20120322141455.644058f0@eb-e6520> References: <20120321220253.00c4f254@eb-e6520> <20120321223521.36e49bba@eb-e6520> <20120322131310.1c6455d1@eb-e6520> <20120322134340.1af3dfda@eb-e6520> <20120322141455.644058f0@eb-e6520> Organization: =?ISO-8859-1?B?RXVrculh?= Electromatique X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.8; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: Jansa Martin Subject: Re: [PATCH 1/1] Revert "gdb-cross-canadian: build gdb with python support" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Mar 2012 13:43:26 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Le Thu, 22 Mar 2012 14:14:55 +0100, Eric B=E9nard a =E9crit : > [ebenard@eb-e6520 lib-dynload]$ sudo mv readline.so readline_d.so > [ebenard@eb-e6520 lib-dynload]$ arm-oe-linux-gnueabi-gdb=20 > GNU gdb (GDB) 7.4 > Copyright (C) 2012 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > This is free software: you are free > to change and redistribute it. There is NO WARRANTY, to the extent > permitted by law. Type "show copying" and "show warranty" for details. > This GDB was configured as "--host=3Dx86_64-oesdk-linux > --target=3Darm-oe-linux-gnueabi". For bug reporting instructions, please > see: . > (gdb) quit >=20 please note that cp readline.so readline_d.so didn't work, I had to do mv readline.so readline_d.so Eric