Hi,
I am using IMX53 SMD Sabre Tab. I have selected gstreamer-fsl-plugins from the LTIB package list and I am getting following error. Please help.
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... yes
configure: build for MX51
checking pkg-config is at least version 0.9.0... yes
checking for GST... yes
checking for GST_BASE... yes
checking for GST_PLUGINS_BASE... yes
checking for FSL_MM_CORE... no
configure: error: no fsl-mm-core header/libs found !
error: Bad exit status from /home/lucid/ltib/tmp/rpm-tmp.10601 (%build)
RPM build errors:
Bad exit status from /home/lucid/ltib/tmp/rpm-tmp.10601 (%build)
Build time for gst-fsl-plugin: 70 seconds
Failed building gst-fsl-plugin
@Nicolas Van Impe : I had made some changes in fsl-mm-plugin, and the build order was wrong, Later I first I built fs-mm-codeclib and then fsl-mm-plugin, this solved my problem
You can check config.log. This kind of problems can be solved by check config.log. I think, you might lack of fsl-mm-core.pc in ${SYSROOT}/usr/lib/pkgconfig.
I used 1.9.6 version and rebuild fsl-mm-codeclibs and gst-fsl-plugins.
It's a problem in the fsl-mm-codeclib.spec file of revision 1.7.1 :
the "fsl-mm-core.pc" file from fsl-mm-codeclib-1.7.1.tar.gz\fsl-mm-codeclib-1.7.1.tar\fsl-mm-codeclib-1.7.1\pkgconfig\ must be copied to the build target directory "rootfs/usr/lib/pkgconfig".
Did you find something ? I have the same problem with gst-fsl-plugin.1.7.1 ...