交叉编译 gstreamer 1.16.1 -> 海思hi3559a

本文详细介绍了在海思平台进行音视频编解码的跨平台编译过程,包括gstreamer及其依赖如glib、libffi、zlib、elfutils的编译配置与优化。文章覆盖了从依赖准备、编译参数设置到目标设备运行的全过程。

1 编译依赖

首先依赖关系如下:
gstreamer -> glib -> libffi zlib elfutils

1.1 先编glib的依赖

1.1.1 libffi

libffi3.2.1下载地址

./configure \
--prefix=/home/ddk/gstreamer/new-root/usr \
--host=aarch64-himix100-linux \
--enable-shared \
--enable-static

make && make install
1.1.2 zlib

zlib1.2.11下载地址

CHOST=aarch64-himix100-linux \
./configure \
--prefix=/home/ddk/gstreamer/new-root/usr \
--static \
--shared

make && make install
1.1.3 elfutils

elfutils 0.177
elfutils 会用到上面编译好的zlib

LDFLAGS="-L/home/ddk/gstreamer/new-root/usr/lib" \
CFLAGS="-I/home/ddk/gstreamer/new-root/usr/include" \
LIBS="-lz" \
./configure \
--prefix=/home/ddk/gstreamer/new-root/usr \
--host=aarch64-himix100-linux

1.2 编译glib

glib 2.63.0下载地址
glib转向meson编译系统, 交叉编译需要手写一个配置文件: aarch64-linux (名字随便起)

1.2.1 编写交叉编译文件
[paths]
prefix = '/home/ddk/gstreamer/new-root/usr'

[binaries]
c = '/opt/hisi-linux/x86-arm/aarch64-himix100-linux/bin/aarch64-himix100-linux-gcc'
cpp =
错误:事务测试失败: file /usr/sbin/alternatives from install of chkconfig-1.19.1-1.el8.x86_64 conflicts with file from package alternatives-1.24-2.el9.x86_64 file /usr/share/man/man8/alternatives.8.gz from install of chkconfig-1.19.1-1.el8.x86_64 conflicts with file from package alternatives-1.24-2.el9.x86_64 file /usr/lib/rpm/macros.d/macros.systemd from install of systemd-239-51.el8_5.2.x86_64 conflicts with file from package systemd-rpm-macros-252-57.el9.noarch file /usr/sbin/service from install of initscripts-10.00.15-1.el8.x86_64 conflicts with file from package initscripts-service-10.11.8-4.el9.noarch file /usr/share/man/man8/service.8.gz from install of initscripts-10.00.15-1.el8.x86_64 conflicts with file from package initscripts-service-10.11.8-4.el9.noarch file /usr/lib/udev/rename_device from install of initscripts-10.00.15-1.el8.x86_64 conflicts with file from package initscripts-rename-device-10.11.8-4.el9.x86_64 file /usr/lib64/girepository-1.0/GstInsertBin-1.0.typelib from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/girepository-1.0/GstMpegts-1.0.typelib from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/girepository-1.0/GstPlayer-1.0.typelib from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/girepository-1.0/GstWebRTC-1.0.typelib from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstadaptivedemux-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstbadaudio-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstbasecamerabinsrc-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstcodecparsers-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstinsertbin-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstisoff-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstmpegts-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstphotography-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstplayer-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstsctp-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgsturidownloader-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstwayland-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/lib64/libgstwebrtc-1.0.so.0 from install of gstreamer1-plugins-bad-free-1.16.1-1.el8.x86_64 conflicts with file from package gstreamer1-plugins-bad-free-libs-1.22.12-4.el9.x86_64 file /usr/bin/jcat-tool from install of fwupd-1.5.9-1.el8_4.x86_64 conflicts with file from package libjcat-0.1.6-3.el9.x86_64 file /usr/lib64/libjcat.so.1.0.0 from install of fwupd-1.5.9-1.el8_4.x86_64 conflicts with file from package libjcat-0.1.6-3.el9.x86_64 file /usr/share/man/man1/jcat-tool.1.gz from install of fwupd-1.5.9-1.el8_4.x86_64 conflicts with file from package libjcat-0.1.6-3.el9.x86_64 file /usr/share/man/man5/oci-hooks.5.gz from install of podman-3.3.1-9.module_el8.5.0+988+b1f0b741.x86_64 conflicts with file from package containers-common-4:1-134.el9.x86_64 file /usr/share/man/man7/bpf-helpers.7.gz from install of bpftool-4.18.0-348.7.1.el8_5.x86_64 conflicts with file from package man-pages-6.04-7.el9.noarch 我在linux上下载samba软件包后先显示了这些
11-12
评论 19
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值