开发平台(Platform): (Ex: Win10, Linux, ...)
Ubuntu 18.04LTS(在树莓派pi4)
编译器(Ex: GCC, clang, VC++...)+目标环境(跟开发平台不同的话需列出)
g++
额外使用到的函数库(Library Used): (Ex: OpenGL, ...)
Boost;UHD
问题(Question):
各位前辈好,目前遇到了一个问题,在建置so library档时,呼叫内部函式出现了undefi
ned symbol,目前完全不知道解决的方向,希望各位前辈能够指导
喂入的资料(Input):
sync_to_gps8.cpp
sync_to_gps8.i
sync_to_gps8.h
makefile
123.py
https://glot.io/snippets/fvwlmsu43t
预期的正确结果(Expected Output):
错误结果(Wrong Output):
https://i.imgur.com/ry81o7C.jpg
程式码(Code):(请善用置底文网页, 记得排版,禁止使用图档)
https://glot.io/snippets/fvwlmsu43t
这是123.py的程式码
https://glot.io/snippets/fvwz2xprsu
补充说明(Supplement):