- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to debug my software but i got some errors while trying to:
mi_cmd_stack_list_frames: No stack. No symbol "new" in current context. Current language: auto; currently asm Watchdog has expired. Target detached. The program is not being run. the program is simple so it should not be a problem ;) # include <io.h># include "system.h" int main(){ int a=1, x=0; while(1){ a=1; for(x=0;x<=3;x++){ IOWR(CPU_1_LED_BASE,0,a); a=a<<1; usleep(150000); } } } the moment i place a new breakpoint the debugging stops with an error that there is no *.c File :/ hope someone can help meLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
did you fix this problem? I'm have the same problem.
Thanks
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page