From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24854 invoked by alias); 26 Nov 2001 10:23:08 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 24770 invoked from network); 26 Nov 2001 10:23:04 -0000 Received: from unknown (HELO hrtades9.atea.be) (194.78.143.97) by sourceware.cygnus.com with SMTP; 26 Nov 2001 10:23:04 -0000 Received: from hrtades10.atea.be (siemens.atea.be [139.10.143.141]) by hrtades9.atea.be with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id T8JBGZA0; Mon, 26 Nov 2001 11:22:48 +0100 Received: by siemens.atea.be with Internet Mail Service (5.5.2653.19) id ; Mon, 26 Nov 2001 11:22:47 +0100 Message-ID: From: Arkoudopoulos Panagiotis To: "'gdb@sources.redhat.com'" Subject: psim: "undefined target" problems Date: Tue, 13 Nov 2001 23:14:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2001-11/txt/msg00149.txt.bz2 Hello everybody Jan told me about psim. A program that emulates the Instruction Set Architecture of the PowerPC microprocessor family. Because it could be helpfull for our project, I compiled/installed Insight-5.1 with the option "--target=powerpc-linux". Then I made a little test program, called 'test' ;-) which simply makes the sum of three static variables. No include files are used, there is only test.c which I compiled it with "powerpc-linux-gcc -g test.c -o test". Then i ran insight and did "target sim", but it complained that the target is undefined: "Error: Undefined target command:"sim". Try "help target". " The output of the command "help target" is: "connect to a machine or target" could somebody tell me what I'm doing wrong? Thank you in advance, Gioti From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arkoudopoulos Panagiotis To: "'gdb@sources.redhat.com'" Subject: psim: "undefined target" problems Date: Mon, 26 Nov 2001 02:23:00 -0000 Message-ID: X-SW-Source: 2001-11/msg00256.html Message-ID: <20011126022300.ZxwtiiNj_o4-WzE0BV2GfS8qssyE0JMOJLahMR8btKc@z> Hello everybody Jan told me about psim. A program that emulates the Instruction Set Architecture of the PowerPC microprocessor family. Because it could be helpfull for our project, I compiled/installed Insight-5.1 with the option "--target=powerpc-linux". Then I made a little test program, called 'test' ;-) which simply makes the sum of three static variables. No include files are used, there is only test.c which I compiled it with "powerpc-linux-gcc -g test.c -o test". Then i ran insight and did "target sim", but it complained that the target is undefined: "Error: Undefined target command:"sim". Try "help target". " The output of the command "help target" is: "connect to a machine or target" could somebody tell me what I'm doing wrong? Thank you in advance, Gioti