Search Results

Search results 1-3 of 3.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Hi Nino The issue is resolved, had some compiler options to generate the .out file with native debugging information (dwarf format) Thank you

  • Hi Nino Thank you for the reply Path in .out file and the actual file path are same. Please note that the final linking happens using greenhills elxr linker and the compiler is cxarm And the source files are not moved. I have referred to the Ozone user guide but there is no relevant info to add the Source files manually to source window. Also if i try to open the source file through File -> Open, it was not added to source files window I tried to establish debug session to the target, but I was …

  • I have a .out file with all symbol and source file info in it (verified the same by reading the file in notepad++ as hex) .out file Compiled using cmake, ccarm compiler (make file based project) I am able to see function names, but not able to view any corresponding source files (The "source File" window displays "No Source Files") Also, I did not connect to target. Please let me know one the below details 1. How can I view source file for code implementation? 2. How to sync with target present …