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]

Help with GDB in eCos


Hi all,
I have RedBoot running on my target and I'm able to connect the GDB to
it and load the application.

What I fail to do is:
Ctrl-C is not stopping the app execution
Break point stops application but nothing goes out to the GDB
I'm hoping to see some prints like the PC.
I set the break-point on the cyg_user_start() [no interrupts yet]


Now 1 general Question:
I have used UART so far and now want to use ethernet.
I have only 1 ethernet port in my target and RedBoot and Application
have different IP's
Can I debug in this way or I need to use same IP for RedBoot & application.

looked at mailing archive and found nothing relevant

Thanks

Elad

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