Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Vtune Error line number and symbol information

shivani_80_ag
Beginner
815 Views
hi
I am using the intel compiler to compile the code with debug information using -Zi option still in vtune performance analyzer it says that the line and symbol information is not there..
0 Kudos
1 Reply
Anonymous24
Beginner
815 Views

Ensure that the debug information is not stripped by the link phase of your application build. The linker must also be told to generate debug info.

-dlanders

0 Kudos
Reply