<?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>topic undefined reference to `gpio_get_list_count' when spl is enabled in u-boot in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080547#M158544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build u-boot for i.MX 8QuadMax, when i build after enabling spl&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;drivers/built-in.o: In function `iw_gpio_probe':&lt;BR /&gt;/home/iwave/Desktop/Patch-1.1/B-testing/drivers/gpio/gpio-unused.c:50: undefined reference to `gpio_get_list_count'&lt;BR /&gt;/home/iwave/Desktop/Patch-1.1/B-testing/drivers/gpio/gpio-unused.c:54: undefined reference to `gpio_request_list_by_name'&lt;BR /&gt;scripts/Makefile.spl:346: recipe for target 'spl/u-boot-spl' failed&lt;BR /&gt;make[1]: *** [spl/u-boot-spl] Error 1&lt;BR /&gt;Makefile:1447: recipe for target 'spl/u-boot-spl' failed&lt;BR /&gt;make: *** [spl/u-boot-spl] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I captured the log using the following command&amp;nbsp;&lt;/P&gt;&lt;P&gt;#make 2&amp;gt;&amp;amp;1 | tee make_log.txt&lt;/P&gt;&lt;P&gt;I have attached the build log for your reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jul 2020 08:05:31 GMT</pubDate>
    <dc:creator>sheraz_ali</dc:creator>
    <dc:date>2020-07-23T08:05:31Z</dc:date>
    <item>
      <title>undefined reference to `gpio_get_list_count' when spl is enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080547#M158544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to build u-boot for i.MX 8QuadMax, when i build after enabling spl&amp;nbsp;&lt;/P&gt;&lt;P&gt;I get the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;drivers/built-in.o: In function `iw_gpio_probe':&lt;BR /&gt;/home/iwave/Desktop/Patch-1.1/B-testing/drivers/gpio/gpio-unused.c:50: undefined reference to `gpio_get_list_count'&lt;BR /&gt;/home/iwave/Desktop/Patch-1.1/B-testing/drivers/gpio/gpio-unused.c:54: undefined reference to `gpio_request_list_by_name'&lt;BR /&gt;scripts/Makefile.spl:346: recipe for target 'spl/u-boot-spl' failed&lt;BR /&gt;make[1]: *** [spl/u-boot-spl] Error 1&lt;BR /&gt;Makefile:1447: recipe for target 'spl/u-boot-spl' failed&lt;BR /&gt;make: *** [spl/u-boot-spl] Error 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I captured the log using the following command&amp;nbsp;&lt;/P&gt;&lt;P&gt;#make 2&amp;gt;&amp;amp;1 | tee make_log.txt&lt;/P&gt;&lt;P&gt;I have attached the build log for your reference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2020 08:05:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080547#M158544</guid>
      <dc:creator>sheraz_ali</dc:creator>
      <dc:date>2020-07-23T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `gpio_get_list_count' when spl is enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080548#M158545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what's your enable spl steps? could you share your test steps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 08:57:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080548#M158545</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-07-27T08:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `gpio_get_list_count' when spl is enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080549#M158546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;uboot base imx_v2018.03_4.14.98_2.0.0_ga&lt;/P&gt;&lt;P&gt;source /opt/fsl-imx-xwayland/4.14-sumo/environment-setup-aarch64-poky-linux&lt;BR /&gt;export ARCH=arm64&lt;BR /&gt;make clean&lt;BR /&gt;make imx8qm_xx_defconfig&lt;BR /&gt;make&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:02:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080549#M158546</guid>
      <dc:creator>sheraz_ali</dc:creator>
      <dc:date>2020-07-27T09:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: undefined reference to `gpio_get_list_count' when spl is enabled in u-boot</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080550#M158547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you don't use nxp board and nxp bsp, right? did you use the third party board and software?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 08:13:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/undefined-reference-to-gpio-get-list-count-when-spl-is-enabled/m-p/1080550#M158547</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2020-07-30T08:13:52Z</dc:date>
    </item>
  </channel>
</rss>

