English
English
简体中文
Register
Log In
English
English
简体中文
Register
Log In
Language
English
English
简体中文
Register
Log In

What can I do if "undefined reference to ...." is displayed when I use a streaming media SDK for compilation?

Last Updated on2024-08-21 02:08:40
  1. Target files are missing during link connection.
  2. Library files are missing during link connection.
  3. Another library file is used in the linked library file.
  4. The linking sequence of library files is incorrect. The library that depends on other libraries must be placed in front of the depended library.
  5. The definition of a referenced interface is inconsistent with the actual implementation of the interface.
  6. In the C++ code, a library using C language is linked. (Solution: Add statement of extern "C" in related files.)

Click for services and help

Help Center