<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[T113 Tina - GStreamer Error]]></title><description><![CDATA[<p dir="auto">芯片：T113-S3<br />
操作系统：Tina Linux<br />
我正在尝试按照 Tina SDK 指南构建 GStreamer。但是，我在构建过程中收到此错误：</p>
<p dir="auto">在 omx 中制作所有内容<br />
make[6]：进入目录“/home/vm/t113-sdk/out/t113-sc1717t/compile_dir/target/gst-omx-1.16.3/omx”<br />
CCLD <a href="http://libgstomx.la" target="_blank" rel="noopener noreferrer nofollow ugc">libgstomx.la</a><br />
gcc：错误：无法识别的命令行选项“-mfpu=neon”<br />
gcc：错误：无法识别的命令行选项“-mfloat-abi=hard”</p>
<p dir="auto">有人知道如何解决吗？</p>
<p dir="auto">非常感谢，<br />
Daz</p>
]]></description><link>https://bbs.aw-ol.com/topic/5592/t113-tina-gstreamer-error</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 05:26:47 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/5592.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 18 Jul 2024 09:47:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to T113 Tina - GStreamer Error on Fri, 19 Jul 2024 08:19:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/3975">@dazb3</a> 我找到了解决方案：</p>
<p dir="auto">在 gst1-omx Makefile（位于 t113-sdk/package/multimedia/gst1-omx）中，您需要将 t113 添加到 TARGET_BOARD_PLATFORM</p>
<p dir="auto">之前：<br />
ifeq ($(TARGET_BOARD_PLATFORM),$(filter $(TARGET_BOARD_PLATFORM), r16 r311 r58 r40 g102 r11 r7 r528))<br />
OMX_COMPILE_TOOL_CHAIN = arm-openwrt-linux<br />
endif</p>
<p dir="auto">之后：<br />
ifeq ($(TARGET_BOARD_PLATFORM),$(filter $(TARGET_BOARD_PLATFORM), r16 r311 r58 r40 g102 r11 r7 r528 t113))<br />
OMX_COMPILE_TOOL_CHAIN = arm-openwrt-linux<br />
endif</p>
]]></description><link>https://bbs.aw-ol.com/post/23355</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/23355</guid><dc:creator><![CDATA[dazb3]]></dc:creator><pubDate>Fri, 19 Jul 2024 08:19:24 GMT</pubDate></item></channel></rss>