gst-rtsp-server build error on Yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

gst-rtsp-server build error on Yocto

跳至解决方案
2,074 次查看
gavingreenwalt
Contributor III

I'm trying to build gst-rtsp-server for Yocto and I'm getting an error when I build.

configure:11194: $? = 0

configure:11416: result: GNU/Linux ld.so

configure:11523: checking how to hardcode library paths into programs

configure:11548: result: immediate

configure:11642: checking for shl_load

configure:11642: arm-poky-linux-gnueabi-gcc  -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/gavin/ventana-yocto/build/tmp/sysroots/ventana -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5

/tmp/ccvryOWJ.o: In function `main':

/home/gavin/ventana-yocto/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/gstreamer1.0-rtsp-server/1.4.5-r0/gst-rtsp-server-1.4.5/conftest.c:57: undefined reference to `shl_load'

collect2: error: ld returned 1 exit status

Has anyone gotten gst-rtsp-server to build successfully and have any tips?

标签 (4)
0 项奖励
回复
1 解答
1,466 次查看
gavingreenwalt
Contributor III

Ha, of course I spend half a day trying to find the answer, post a question and solve it a few minutes later.  I missed a critical part of the log.

configure: Requested 'gstreamer-1.0 >= 1.4.0' but version of GStreamer is 1.2.3

configure: error: no gstreamer-1.0 >= 1.4.0 (GStreamer) found

Configure failed. The contents of all config.log files follows to aid debugging


User Error.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,467 次查看
gavingreenwalt
Contributor III

Ha, of course I spend half a day trying to find the answer, post a question and solve it a few minutes later.  I missed a critical part of the log.

configure: Requested 'gstreamer-1.0 >= 1.4.0' but version of GStreamer is 1.2.3

configure: error: no gstreamer-1.0 >= 1.4.0 (GStreamer) found

Configure failed. The contents of all config.log files follows to aid debugging


User Error.

0 项奖励
回复