Languages

Menu
Sites
Language
Issue with Tizen Native Application Build - "Undefined reference to symbol"

Hi there,

I'm currently working on developing a native application for Tizen, and I've encountered a bit of a roadblock during the build process. When attempting to compile my project, I encountered the following error message:

"Undefined reference to symbol 'symbol_name'"

I've double-checked my code and made sure all necessary libraries are included, but I'm still unable to resolve this issue. Could you please provide some guidance on how to troubleshoot and resolve this error?

Thank you in advance!

Regards

Emma Wilson

Edited by: Emma Wilson on 16 Apr, 2024

Responses

2 Replies
snipe

 

I also faced the same issue.

Theresa Spence

The "undefined reference to symbol" error typically occurs during the linking stage of the compilation process, indicating that the linker cannot find the definition of a symbol that is referenced in your code.