Changes between Version 1 and Version 2 of DebuggingYourDesign


Ignore:
Timestamp:
Oct 28, 2008, 3:24:40 PM (16 years ago)
Author:
Nicolas Pouillon
Comment:

debug

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingYourDesign

    v1 v2  
    1 = Using GDB =
     1= Compiling simulator with debugging enabled =
     2
     3Edit `dsx.conf` in current directory and add the following line in it:
     4{{{
     5soclib_mode = 'debug'
     6}}}
     7
     8= Using GDB to debug embedded software =
    29
    310You may use GDB on your platform, replace your processor implementation by a GDB-wrapped one: