Changes between Version 2 and Version 3 of DebuggingYourDesign


Ignore:
Timestamp:
Oct 29, 2008, 10:26:43 AM (16 years ago)
Author:
Nicolas Pouillon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingYourDesign

    v2 v3  
    55soclib_mode = 'debug'
    66}}}
     7
     8= Getting compilation details =
     9
     10== Embedded software ==
     11
     12You may run your description file with `-v` option. You'll get compilation commands echoed on the terminal for the embedded software.
    713
    814= Using GDB to debug embedded software =