标签:ica 编译 lib else bsp mono 二次开发 error sed -e
今天在编译DALSA二次开发的源码时,出现了如下错误:
/usr/bin/ld: ./out/camera.o: undefined reference to symbol ‘_ZNK11GenICam_3_016GenericException17GetSourceFileNameEv‘
//opt/genicam_v3_0/bin/Linux64_x64/libGCBase_gcc421_v3_0.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
需要的库都(libGevApi)添加到makefile中去了,结果还是有这个错误出现。
经添加库 libGCBase_gcc421_v3_0.so 问题解决。
makefile中添加信息如下:
undefined reference to symbol '_ZNK11GenICam_3_016GenericException17GetSourceFileNameEv'
标签:ica 编译 lib else bsp mono 二次开发 error sed -e
原文地址:https://www.cnblogs.com/rohens-hbg/p/9725190.html