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]

GDB Stub with printf()-funtion


Hi Everybody,

i implemented the gdb-stub with the ecos-config in my target. It seems to work fine. But there are two things i wondering why they doesnt work.

I implemented two Uarts. One for the communication with the Stub and the other for some printf(). If i write diag_printf() it works fine, but if i write printf() it doesnt work. Why?

The other thing is the single-stepping. I can stop at breakpoints and can continue the code without any problems. But if enter step at the GDB(host) it doesnt work. Do i have to enter something in the code for singel-stepping?

Thanks for your help

Christian



--
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]