Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Error opening a project

el1goluj
Beginner
310 Views

Quick Performance Analysis (QPA) wizard reports an error message when I open a new project and select an application to launch: "The especified application could not be open because its file is corrupted or has an unrecognizable format. Make sure that the file exists and is not locked by another application".

I'm using "gcc" to compile the program. Which options should I use?

Thanksin advance.

0 Kudos
2 Replies
David_A_Intel1
Employee
310 Views
Please try using the Sampling wizard and then the Call Graph wizard, instead of the QPA wizard. This will allow you to narrow down where any problem may be.

In general, you need debug info, so '-g' should be specified to the gcc compiler.

However, note that CYGWIN* apps are not supported by Call Graph: http://www.intel.com/support/performancetools/sb/cs-022348.htm

Regards,
el1goluj
Beginner
310 Views

The sampling wizard runs ok. But the Call Graph wizard reports the following message: "Module was created for unknown platform". I've compiled the program with gcc -g.

Other question: how could I see the source code of my program in the "Source view"?

Thanks

Reply