<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX ProcessorsのトピックRe: libgpiod cross-compiling issue</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1589317#M200745</link>
    <description>&lt;P&gt;it seems this is host issue, pls refer to the link as below:&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://www.onitroad.com/jc/linux/ubuntu/debian-ubuntu-linux-gnustubs-32-h-no-such-file-or-directory.html" target="_blank"&gt;https://www.onitroad.com/jc/linux/ubuntu/debian-ubuntu-linux-gnustubs-32-h-no-such-file-or-directory.html&lt;/A&gt;"&lt;/P&gt;</description>
    <pubDate>Sun, 29 Jan 2023 09:59:49 GMT</pubDate>
    <dc:creator>joanxie</dc:creator>
    <dc:date>2023-01-29T09:59:49Z</dc:date>
    <item>
      <title>libgpiod cross-compiling issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1589130#M200733</link>
      <description>&lt;P&gt;I am trying to use libgpiod within a Qt project which cross-compiles for an i.MX8M processor. When I add the lines below to local.conf in the Yocto project, I get the necessary files created in the SDK.&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " libgpiod libgpiod-dev libgpiod-tools"&lt;/P&gt;&lt;P&gt;TOOLCHAIN_HOST_TASK_append = " nativesdk-libgpiod"&lt;/P&gt;&lt;P&gt;TOOLCHAIN_HOST_TASK_append = " nativesdk-libgpiod-dev"&lt;/P&gt;&lt;P&gt;TOOLCHAIN_HOST_TASK_append = " nativesdk-libgpiod-tools"&lt;/P&gt;&lt;P&gt;I get an error though when building the Qt project:&lt;/P&gt;&lt;P&gt;"gnu/stubs-32.h: No such file or directory"&lt;/P&gt;&lt;P&gt;Any idea why this library is looking for a 32 bit file?&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 23:49:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1589130#M200733</guid>
      <dc:creator>AB22</dc:creator>
      <dc:date>2023-01-27T23:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: libgpiod cross-compiling issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1589317#M200745</link>
      <description>&lt;P&gt;it seems this is host issue, pls refer to the link as below:&lt;/P&gt;
&lt;P&gt;"&lt;A href="https://www.onitroad.com/jc/linux/ubuntu/debian-ubuntu-linux-gnustubs-32-h-no-such-file-or-directory.html" target="_blank"&gt;https://www.onitroad.com/jc/linux/ubuntu/debian-ubuntu-linux-gnustubs-32-h-no-such-file-or-directory.html&lt;/A&gt;"&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2023 09:59:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1589317#M200745</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2023-01-29T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: libgpiod cross-compiling issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1590079#M200809</link>
      <description>&lt;P&gt;&lt;SPAN&gt;libc6-dev-i386 is already up to date on the Ubuntu host. I would think the missing file is related to the x86_64 libraries built by Yocto for cross-compiling. I am attempting to add lib32-glibc to the Yocto build use MULTILIBS support.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 22:22:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1590079#M200809</guid>
      <dc:creator>AB22</dc:creator>
      <dc:date>2023-01-30T22:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: libgpiod cross-compiling issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1592678#M200981</link>
      <description>&lt;P&gt;My mistake was assuming I needed to use the header files for x86 when cross-compiling instead of the aarch64 headers.&lt;/P&gt;&lt;P&gt;I can compile and use libgpiod now.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 00:06:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1592678#M200981</guid>
      <dc:creator>AB22</dc:creator>
      <dc:date>2023-02-03T00:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: libgpiod cross-compiling issue</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1962260#M228935</link>
      <description>Hi@AB22&lt;BR /&gt;i build the toolchain using&lt;BR /&gt;bitbake -c core-image-minimal populate_sdk&lt;BR /&gt;i run the .sh file to extract the sdk into /opt.&lt;BR /&gt;now i want to use libgpiod package .and i want to cross compile the my program . how to approach&lt;BR /&gt;i have not add any libgpiod in local.conf file initially.</description>
      <pubDate>Thu, 26 Sep 2024 04:54:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/libgpiod-cross-compiling-issue/m-p/1962260#M228935</guid>
      <dc:creator>srinivas_123</dc:creator>
      <dc:date>2024-09-26T04:54:39Z</dc:date>
    </item>
  </channel>
</rss>

