大家好、
我正在尝试使用 VISION SDK 3.04编译 Gstremer-1.12.2支持。
我从 "<a href="">http://downloads.ti.com/infotainment/esd/jacinto6/processor-sdk-linux-automotive/5_00_00_01/exports/tisdk-rootfs-image-dra7xx-evm.tar.xz" 链接下载了">downloads.ti.com/.../tisdk-rootfs-image-dra7xx-evm.tar.xz" 链接下载了 targetfs、并将其解压到 $ INSTALL_DIR/ti_components/os_tools/linux/kernel/linux-kernel-addon/fs-patches 中、然后解压到$ INSTALL_DIR/ti_components/os_tools/linux/targetfs 中
编译源代码时、我遇到以下错误。
System_GBM_LOADator.c:178:9:错误:函数'GBM_surface_import'的隐式声明[-Werror=隐式函数声明]
SURF = GBM_SURFICE_IMPORT (DEV、
^μ A
System_GBM_LOADator.c:178:7:错误:赋值使指针从整数开始而不进行转换[-Werror=int-conversion ]
SURF = GBM_SURFICE_IMPORT (DEV、
^μ A
请帮我解决这个问题。
对于我的项目,我需要在 rootfs 中支持 Gstremer-1.12.2。
谢谢、
Sankar。