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