<?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: imx93 toolchain and linux menuconfig</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2016025#M232136</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194694"&gt;@muhammedk97&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should probably not distribute the SDK with multilib configuration, as least for current release.&lt;/P&gt;
&lt;P&gt;Can you please tell your use case and the purpose for SDK generation with multilib?&lt;/P&gt;
&lt;P&gt;And better please share your full steps that you've taken.&lt;/P&gt;
&lt;P&gt;Let's see if that will be released in future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Dec 2024 11:56:19 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2024-12-18T11:56:19Z</dc:date>
    <item>
      <title>imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2010793#M231773</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;I am using Linux_6.1.55_2.2.0 to develop a device based on imx93. When I compile toolchain with Yocto (Mickledore) and use it for linux menuconfig, it successfully working.&lt;/P&gt;&lt;P&gt;But, when I enable multilib, as described in Yocto User's Manual, and generate toolchain, the toolchain gives "ncurses" error while trying linux menuconfig.&lt;/P&gt;&lt;P&gt;The error is below.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;HOSTLD scripts/kconfig/mconf&lt;BR /&gt;/usr/bin/ld: cannot find libncursesw.so.5: No such file or directory&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;If I try with sudo, menuconfig is openning. Also, "&lt;EM&gt;&lt;STRONG&gt;bitbake linux-imx -c menuconfig&lt;/STRONG&gt;&lt;/EM&gt;" in Yocto works fine, too.&lt;/P&gt;&lt;P&gt;Could you explain and assist why linux menuconfig gives ncurses error if the toolchain is generated with multilib enablement?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2024 07:33:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2010793#M231773</guid>
      <dc:creator>muhammedk97</dc:creator>
      <dc:date>2024-12-10T07:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2013866#M231982</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194694"&gt;@muhammedk97&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I haven't tested with this, but, from the error log, how about having a try to run&lt;/P&gt;
&lt;P&gt;the command line on your host: &lt;CODE&gt;sudo apt-get install libncurses5&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt; &lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 Dec 2024 06:59:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2013866#M231982</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-12-14T06:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2014461#M232038</link>
      <description>Dear &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;As I mentioned in my question, if I disable multilib and generate toolchain, menuconfig works. That means libncurses5 is already installed in my host machine. Also, of course, I have tried to reinstall it before asking the question.&lt;BR /&gt;&lt;BR /&gt;Again, the problem occurs only if the toolchain is generated from yocto with multilib.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 16 Dec 2024 12:35:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2014461#M232038</guid>
      <dc:creator>muhammedk97</dc:creator>
      <dc:date>2024-12-16T12:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2016025#M232136</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194694"&gt;@muhammedk97&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Should probably not distribute the SDK with multilib configuration, as least for current release.&lt;/P&gt;
&lt;P&gt;Can you please tell your use case and the purpose for SDK generation with multilib?&lt;/P&gt;
&lt;P&gt;And better please share your full steps that you've taken.&lt;/P&gt;
&lt;P&gt;Let's see if that will be released in future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Dec 2024 11:56:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2016025#M232136</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-12-18T11:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2016033#M232139</link>
      <description>Hi &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for responding. The reason we use filesystem with multilib configuration is there are some 32-bit libraries, and we need to use those in the devices. That's why, we generate the SDK with this configuration.&lt;BR /&gt;&lt;BR /&gt;We are not using 32-bit compiler from the SDK, but since the multilib enabled in the file system, SDK must be generated with the same configuration.&lt;BR /&gt;&lt;BR /&gt;My steps are, according to the section 5.6.9 Multilib Enablement in Yocto Project User's Guide,&lt;BR /&gt;require conf/multilib.conf&lt;BR /&gt;MULTILIBS = "multilib:lib32"&lt;BR /&gt;DEFAULTTUNE:virtclass-multilib-lib32 = "armv7athf-neon"&lt;BR /&gt;# Add the multilib packages to the image&lt;BR /&gt;IMAGE_INSTALL:append = " lib32-glibc lib32-libgcc lib32-libstdc++"&lt;BR /&gt;and disabling deb packaging by commenting the lines below.&lt;BR /&gt;PACKAGE_CLASSES = "package_deb"&lt;BR /&gt;EXTRA_IMAGE_FEATURES += "package-management"&lt;BR /&gt;&lt;BR /&gt;After that, "bitbake imx_image_full" and "bitbake -c populate_sdk imx_image_full"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Muhammed</description>
      <pubDate>Wed, 18 Dec 2024 12:13:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2016033#M232139</guid>
      <dc:creator>muhammedk97</dc:creator>
      <dc:date>2024-12-18T12:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2017224#M232194</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/194694"&gt;@muhammedk97&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Noticed that you use a custom Machine based on our i.MX93 config. Assume that you've some configurations on your side. are you able to provide us a diff with what changes you apply on top of our release?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Harvey&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2024 12:45:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2017224#M232194</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2024-12-19T12:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: imx93 toolchain and linux menuconfig</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2018332#M232266</link>
      <description>&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/192970"&gt;@Harvey021&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;Sorry for the late response. I will compile the image and the sdk without any custom change. I will get back to you in a few days.&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Mon, 23 Dec 2024 06:33:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx93-toolchain-and-linux-menuconfig/m-p/2018332#M232266</guid>
      <dc:creator>muhammedk97</dc:creator>
      <dc:date>2024-12-23T06:33:29Z</dc:date>
    </item>
  </channel>
</rss>

