cancel
Showing results for 
Search instead for 
Did you mean: 

No source available for "X_function at 0x8009c8c"

Anil3
Associate III

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

1 REPLY 1
TDK
Guru

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".