• Home
  • :
  • Community
  • :
  • Forums
  • :
  • Hardware/Software Co-Development, Verification…
  • :
  • Path mapping for C Firmware source files when debugging

Hardware/Software Co-Development, Verification and Integration Forums

Path mapping for C Firmware source files when debugging

29erpete
29erpete over 2 years ago

Hi,

i am compiling firmware under Windows transfer the binaries and the sources to Linux to simulate/debug there. The problem is that the paths in the DWARF debug info of the .elf file are the absolute Windows paths as set by the compiler so they are useless under Linux. Is it possible to configure mappings of these paths to the Linux paths when simulating/debugging like with e.g. GDB (https://sourceware.org/gdb/current/onlinedocs/gdb/Source-Path.html#index-set-substitute_002dpath)?

thx,

Peter

  • Reply
  • Cancel
  • Cancel
  • Nils
    Nils over 2 years ago

    Hi Peter, 

    sure, Indago ESWD has a -replace_path option to do this.
    you need to specify a source => destinaion mapping as in  

    -replace_path 'c:\mydir\c_src' '=>' '/usr/project/c_src'

    See the ESWD UserGuide for more info.

    regards,
    Nils

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
  • 29erpete
    29erpete over 2 years ago in reply to Nils

    Thank you for the quick response.

    As i understand the manual, only one mapping can be defined and it is not possible to use wildcards/regular expressions? In our case there are sources from different paths and the paths can differ from build to build so these features would help a lot.

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
  • Nils
    Nils over 2 years ago in reply to 29erpete

    You can use the -replace_path option multiple times. But no wildcards, regexp, AFAIK.

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
  • Will123321
    Will123321 over 1 year ago

    You can multiple-use the -replace path option.

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel
  • 29erpete
    29erpete over 1 year ago in reply to Will123321

    Thanks for the reply but as stated previously the paths on the Windows side differ from build to build so without wildcards/regex's this does not work for me.

    • Cancel
    • Up 0 Down
    • Reply
    • Cancel

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.