2022-04-29 04: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
2022-04-29 07: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.