This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: building tests



On 12-Apr-00 Paul Kinzelman wrote:
> I was able to make all the tests (for the Cirrus EDB7211 board) without
> errors, but when I try to download one and run any test:
>     arm-elf-gdb -nw <objname>
>     target...
>     load (shows it downloaded 4 sections OK, with start adr and size)
>     run
> I get:
>     The program being debugged has been started already

This is an anomoly with GDB.  Instead of using 'run' after 'load', you
should use 'continue' (just 'c' works fine).

I'm pretty sure this is in the Getting Started guides.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]