No source available for "X_function at 0x8009c8c"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-04-29 4:21 AM
HI,
Actually i am integrating .a lib files into my work environment and trying to call the functions by using the .h file and i have given proper file paths and files to linker and compiler in properties of project and while compiling the i am getting an error that no source available for "X_function at 0x8009c8c"
what might be the reason for this
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-04-29 7:01 AM
If you're including a library with an *.a file, the debugger doesn't have the source code available, only the compiled code.
If you feel a post has answered your question, please click "Accept as Solution".
