From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11655 invoked by alias); 9 May 2006 22:13:03 -0000 Received: (qmail 11646 invoked by uid 22791); 9 May 2006 22:13:02 -0000 X-Spam-Check-By: sourceware.org Received: from mail.s.netic.de (HELO mail.s.netic.de) (212.9.160.11) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 09 May 2006 22:13:00 +0000 Received: from host-213-178-187-11.dsl.netic.de ([213.178.187.11] helo=schleim.qwe.de) by mail.s.netic.de with esmtp (Exim 4.51) id 1FdaRs-000NyN-Tr; Wed, 10 May 2006 00:12:57 +0200 Received: from localhost (localhost [IPv6:::1]) by schleim.qwe.de (Postfix) with ESMTP id 3F5863A7B9; Wed, 10 May 2006 00:15:14 +0200 (CEST) From: Torsten Mohr To: gdb@sourceware.org Subject: Re: simulator for v850-unknown-elf (V850E) Date: Wed, 10 May 2006 07:15:00 -0000 User-Agent: KMail/1.8 Cc: Daniel Jacobowitz References: <200605092348.10911.tmohr@s.netic.de> <20060509214758.GA18775@nevyn.them.org> In-Reply-To: <20060509214758.GA18775@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605100015.13759.tmohr@s.netic.de> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00099.txt.bz2 Hi, thanks for your hint. > What sort of Linux host is this? It sounds like either this is an > Insight-specific problem, or else there is something strange about your > version of Bison/yacc. Every one of the undefined symbols is supposed > to be handled with a #define in the generated parsers. And if you're > building from a release tarball they shouldn't be regenerated at all. basically i have a standard installation of the german distribution SuSE 9.3 with a changed kernel. There's nothing really strange about it. schleim:~ # uname -a Linux schleim 2.6.14.3 #2 SMP Tue Dec 13 23:55:17 CET 2005 i686 \ i686 i386 GNU/Linux You are right, i have no "bison" installed on my system. I just installed and re-configured and compiled. All worked fine, i have a working v850-unknown-elf-insight with simulator now. Thanks for your hint, Torsten.