- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page