This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Re qemu


Hi,

I don't know bochs inside at all.
qemu for i386 use BIOS, and perhaps this is incompatible with ecos.
However qemu gives you the possibilities to debug your image, without JTAG.
If your arch is i386, try:
- "qemu ... -s -S ..."
- start gdb and type 
  ->target remote 127.0.0.1:1234

Now break at your application entry point, if ever called

Have a good day


      Scopri il blog di Yahoo! Mail:
Trucchi, novità e scrivi la tua opinione.
http://www.ymailblogit.com/blog

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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