- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How can I create a project using C and asm files in vtune for Linux and debug it ? Is there any document that explains step by step instructions to do this ??
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Both vtune and debuggers prefer the project to be built with -g option. They differ in that debugging may be more convenient with -O0 compilation (although some possible problems would be suppressed), while for vtune you would set normal optimization explicitly. There is nothing to stop you from running the same build under debugger and under vtune, but you wouldn't normally use both at the same time.

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