请教一下:
问题1: i.MX_6_Series_Ubuntu_Multimedia_User\'s_Guide.pdf 提及以下文档:
GStreamer Command-Line Player Application Specification
这个文档哪位朋友有,请提供一下,官网没有找到。
问题2: 在/var/tmp/目录下,创建了 pkgs 目录,并把
gst-fsl-plugins-$VERSION.tar.gz;
libfslcodec-$VERSION.tar.gz;
libfslparser-$VERSION.tar.gz;
libfslvpuwrap-$VERSION.tar.gz;
gst-plugins-gl-[version].tar.gz;
fsl-alsa-plugins-[version].tar.gz
上述六个包放到 /var/tmp/pkgs目录中,777 pkgs
然后
在完成2.1 Building Plug-Ins by Using LTIB其中的2.1.2 Building Plug-Ins
产生以下错误提示:哪里出问题了?
configure: WARNING: unrecognized options: --without-check, --disable-ladspa
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-linux-strip... arm-linux-strip
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... arm-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for arm-linux-gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/ocean/ltib/ltib/rpm/BUILD/gst-plugins-good-0.10.30':
configure: error: C compiler cannot create executables
See `config.log' for more details
error: Bad exit status from /home/ocean/ltib/ltib/tmp/rpm-tmp.42291 (%build)
RPM build errors:
Bad exit status from /home/ocean/ltib/ltib/tmp/rpm-tmp.42291 (%build)
Build time for gst-plugins-good: 5 seconds
Failed building gst-plugins-good
f_buildrpms() returned an error, exiting
traceback:
main:572
Started: Sat May 17 00:01:24 2014
Ended: Sat May 17 00:52:17 2014
Elapsed: 3053 seconds
These packages failed to build:
gst-plugins-good
Build Failed
Exiting on error or interrupt
ocean@ubuntu:~/ltib/ltib$
|