Changes between Version 5 and Version 6 of Ticket #2920


Ignore:
Timestamp:
01/06/20 21:31:43 (4 years ago)
Author:
Gedare Bloom
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2920 – Description

    v5 v6  
    4343platforms (Linux, BSD, Windows):
    4444
    45 * ~~nm is used to generate a list of symbols in a file that is
    46 referenced as the symbols of interest for that set. nm is not portable and so must be removed. The fix for this is use rtemstoolkit and generate the list of symbols from the ELF files.~~
     45* ~~nm is used to generate a list of symbols in a file that is referenced as the symbols of interest for that set. nm is not portable and so must be removed. The fix for this is use rtemstoolkit and generate the list of symbols from the ELF files.~~
    4746
    4847* addr2line is piped to dos2unix to find the source lines which match the objdump instruction lines. Again we want to limit the use of external tools that are not portable across platforms.