Changes between Version 2 and Version 3 of DebuggingYourDesign
- Timestamp:
- Oct 29, 2008, 10:26:43 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DebuggingYourDesign
v2 v3 5 5 soclib_mode = 'debug' 6 6 }}} 7 8 = Getting compilation details = 9 10 == Embedded software == 11 12 You may run your description file with `-v` option. You'll get compilation commands echoed on the terminal for the embedded software. 7 13 8 14 = Using GDB to debug embedded software =