From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Gautier To: "Ecos-List (E-mail)" Subject: [ECOS] Tracing and Debug Date: Fri, 21 Jul 2000 10:38:00 -0000 Message-id: <21DDE8E5343ED411840A00A0CC3340201047E7@EXCHANGE5_5> X-SW-Source: 2000-07/msg00210.html Hi, I have some problems with tracing. I'm using a ARM PID board. 1/ I first build ecos with Asserts & Tracing and Buffered Tracing. I have also enabled Source Level Debugging Support with external break and multithreading to work with the GDB Stub. I can build the examples fine when running them in the debuugger, there is some tracing output and then gdb stay busy. When I try to interrupt the program, I receive a message like "target not responding". I had the same message before I enabled external break support. 2/ I tried the same config without the Buffered Tracing: In this case the examples programs don't build : lots of undefined references to cyg_assert_fail, cyg_tracemsg, cyg_tracemsg2 and so on.... Thanks -- Fabrice Gautier fabrice_gautier@sdesigns.com