From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17843 invoked by alias); 13 Mar 2004 12:08:43 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17819 invoked from network); 13 Mar 2004 12:08:39 -0000 Received: from unknown (HELO smtp.cs.nthu.edu.tw) (140.114.87.30) by sources.redhat.com with SMTP; 13 Mar 2004 12:08:39 -0000 Received: from cs.nthu.edu.tw (root@cs0 [140.114.87.1]) by smtp.cs.nthu.edu.tw (8.12.10/8.12.10) with ESMTP id i2DC8bkD016658 for ; Sat, 13 Mar 2004 20:08:37 +0800 (CST) Received: from webmail.cs.nthu.edu.tw (webmail [140.114.87.10]) by cs.nthu.edu.tw (8.12.10/8.12.10) with ESMTP id i2DC8ZPY000321 for ; Sat, 13 Mar 2004 20:08:35 +0800 (CST) Received: from webmail.cs.nthu.edu.tw (localhost [127.0.0.1]) by webmail.cs.nthu.edu.tw (8.12.8+Sun/8.12.8) with ESMTP id i2DC8Xe7006126 for ; Sat, 13 Mar 2004 20:08:33 +0800 (CST) Received: (from nobody@localhost) by webmail.cs.nthu.edu.tw (8.12.8+Sun/8.12.8/Submit) id i2DC8Xsx006125 for gdb@sources.redhat.com; Sat, 13 Mar 2004 20:08:33 +0800 (CST) X-Authentication-Warning: webmail.cs.nthu.edu.tw: nobody set sender to mr924352@cs.nthu.edu.tw using -f Received: from mcs6.cs.nthu.edu.tw (mcs6.cs.nthu.edu.tw [140.114.88.126]) by webmail.cs.nthu.edu.tw (IMP) with HTTP for ; Sat, 13 Mar 2004 20:08:32 +0800 Message-ID: <1079179712.4052f9c0e066f@webmail.cs.nthu.edu.tw> Date: Sat, 13 Mar 2004 12:08:00 -0000 From: libra To: gdb@sources.redhat.com Subject: No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe' MIME-Version: 1.0 Content-Type: text/plain; charset=BIG5 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 140.114.88.126 X-SW-Source: 2004-03/txt/msg00133.txt.bz2 Hello all. I want to add new machine(simulator) to the gnu tool chain. I have built the binutils gcc and newlib successfully. When i build the gdb,i encounter the problem. The error message is as follow: make[1]: *** No rule to make target `../sim/arm/libsim.a', needed by `gdb.exe'. Stop. make[1]: Leaving directory `/cygdrive/d/thesis/build/gdb/gdb' I have the modified the following file /gdb-6.0/config.sub /gdb-6.0/gdb/configure.tgt /gdb-6.0/gdb/configure.host I inspect the make.out file,and i find that it would not configing the /sim/common and /sim/ASP. The ASP is my new machine(simulator) How can i do ? thank a lot!!