From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilko Iliev To: Grant Edwards Cc: ecos-discuss@sources.redhat.com Subject: Re: [ECOS] ARM7 debugging Date: Tue, 16 Jan 2001 07:04:00 -0000 Message-id: <4.3.2.7.2.20010116094325.00b61ec8@mbox> References: <4.3.2.7.2.20010115181356.00b8d078@mbox> <20010115113434.B7985@visi.com> X-SW-Source: 2001-01/msg00259.html > > - when I use no windows interface gdb connected to target: gdb> > > target rdi e=192.168.1.100 A user program can be downloaded and > > executed. > >You should be able to type the same commands into the gdb >window when using the windowing interface. Does that work? Yes, it work. But if I don't use gdb.ini file how can I init the chip select for RAM? It must be before "load". >method, but I find it far simpler to type "target" and "load" >commands in the gdb window. > >If you get that method to work, and you still want to use the >menu entries, let me know, and I'll go back and find my notes. For me it dosn't matter - I will only the simple way to debug a program. >need to either use a CVS snapshot of gdb/insight or apply the >patches at > > ftp://ftp.visi.com/users/grante/gdb-rdi-patches/5.0 Thank you! It work! :-) The example twothreads don't work with JEENI - I receive no timer interrupt. The same elf file work fine with Wiggler. Do you have any idea? best regards Ilko