This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is there an addr2line like tool for c64+ ?

Is there an addr2line like tool for c64+ compiler? I have a code address and I want to know what line in the source it corresponds to.

At the moment I am having to use CCS to load the executable/symbols and then debug in the dissembler. I would prefer a command line solution.

https://sourceware.org/binutils/docs/binutils/addr2line.html

  • If you build for EABI, then you can use the addr2line utility from most any GCC toolset.  From within CCS you can install the GCC tools for either MSP430 or ARM.  I tried the addr2line utilities in those toolsets on a C64+ EABI executable, and got the results I expected.

    Thanks and regards,

    -George