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 code and my .out file?
.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 code and my .out file?