- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am trying to perform code coverage on a subset of code that is using VxWorks as an O.S. When I compile everything with the intel compiler using the -prof-gen:srcpos flag it seems to generate the correct static profile instrumentation. However, when I run the executable, there are undefined symbols. At first, it symbols was specific to the libipgo.a library, but after I included that library, it gave me another undefined symbol error saying "__exit" was not defined. Are there any ideas on how to get rid of this error? Any help would be appreciated.
- Tags:
- CC++
- Development Tools
- Intel® C++ Compiler
- Intel® Parallel Studio XE
- Intel® System Studio
- Optimization
- Parallel Computing
- Vectorization
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Eric,
Did your code run successfully when compile without -prof-gen:srcpos?
Do you know who called __exit?
Thanks,
Viet Hoang

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