Intel® Advisor Help

Problem: Source Not Available

Symptoms

After running the Intel® Advisor tools to analyze your running application's target, the displayed report may contain information about your target's source code that is unexpected or does not make sense.

Details

Note

When you see that source code is not available, be aware that improper build settings can also cause this symptom. Missing debug information symbols disable the binary-to-source correlation that allows the normal display of source code. If the source code for annotations is not displayed in Report and Source windows, this may indicate missing debug information symbols, as explained in the help topic Troubleshooting Debug Information Not Available.

One or more of the following might occur only for the calls into third-party library routine code for which library sources are not available to the project:

If your application's target calls libraries for which sources are not found by the project, you may see some symptoms about source code not being available. For example, the C/C++ sample application stats calls certain library routines to calculate standard deviation or similar values. Because the library's source code for those functions is not available, the symptoms like a broken icon or the message Intel Advisor cannot show source code for this location are expected.

Cause

The most common causes are:

Possible Solution

Tip

For the most current information on optimal C/C++ and Fortran build settings, see Build Your Target Application.

See Also