<?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 Re: error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1443622#M189274</link>
    <description>&lt;P&gt;I fixed the problem by creating symboling link of the "include file" into the&lt;STRONG&gt;&amp;nbsp;imx-yocto-bsp/maaxboard/build/tmp/work-shared/maaxboard-ddr4-2g-sdcard/kernel-source/arch/arm64/boot/dts/freescale&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;mkdir include&lt;/P&gt;&lt;P&gt;cd include&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&amp;nbsp;ln -s ../../../../../include/dt-bindings&lt;/P&gt;&lt;P&gt;thanks for your patient.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 13 Apr 2022 23:27:21 GMT</pubDate>
    <dc:creator>Tooght</dc:creator>
    <dc:date>2022-04-13T23:27:21Z</dc:date>
    <item>
      <title>error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1443527#M189267</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am struggling with dts compilation, and when I try to compile dts file in ( this&amp;nbsp;dts file path is "&lt;STRONG&gt;imx-yocto-bsp/maaxboard/build/tmp/work-shared/maaxboard-ddr4-2g-sdcard/kernel-source/arch/arm64/boot/dts/freescale&lt;/STRONG&gt;"), I get this error below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="cpp"&gt;/mnt/YOCTO/imx-yocto-bsp/maaxboard/build/tmp/hosttools/cpp -nostdinc -I include -undef -x assembler-with-cpp maaxboard-dcss-hdmi.dts &amp;gt; maaxboard-dcss-hdmi.tm3.dts
In file included from fsl-imx8mq.dtsi:16:0,
                 from maaxboard.dtsi:17,
                 from maaxboard-dcss-hdmi.dts:15:
fsl-imx8-ca53.dtsi:16:54: error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h
 #include &amp;lt;dt-bindings/interrupt-controller/arm-gic.h&amp;gt;
                                                      ^
In file included from maaxboard.dtsi:17:0,
                 from maaxboard-dcss-hdmi.dts:15:
fsl-imx8mq.dtsi:17:44: error: no include path in which to search for dt-bindings/clock/imx8mq-clock.h
 #include &amp;lt;dt-bindings/clock/imx8mq-clock.h&amp;gt;
                                            ^
fsl-imx8mq.dtsi:18:35: error: no include path in which to search for dt-bindings/gpio/gpio.h
 #include &amp;lt;dt-bindings/gpio/gpio.h&amp;gt;
                                   ^
fsl-imx8mq.dtsi:19:37: error: no include path in which to search for dt-bindings/input/input.h
 #include &amp;lt;dt-bindings/input/input.h&amp;gt;
                                     ^
fsl-imx8mq.dtsi:20:54: error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h
 #include &amp;lt;dt-bindings/interrupt-controller/arm-gic.h&amp;gt;
                                                      ^
fsl-imx8mq.dtsi:21:45: error: no include path in which to search for dt-bindings/pinctrl/pins-imx8mq.h
 #include &amp;lt;dt-bindings/pinctrl/pins-imx8mq.h&amp;gt;
                                             ^
fsl-imx8mq.dtsi:22:41: error: no include path in which to search for dt-bindings/thermal/thermal.h
 #include &amp;lt;dt-bindings/thermal/thermal.h&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;the weird thing is that when I try to compile dts file in&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;"imx-yocto-bsp/maaxboard/build/tmp/work/maaxboard_ddr4_2g_sdcard-poky-linux/u-boot-imx/2018.03-r0/git/arch/arm/dts",&lt;/STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;SPAN&gt;compiling is successful. there is no error. What are the differences between them, Do you have any idea about that?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 17:27:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1443527#M189267</guid>
      <dc:creator>Tooght</dc:creator>
      <dc:date>2022-04-13T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1443622#M189274</link>
      <description>&lt;P&gt;I fixed the problem by creating symboling link of the "include file" into the&lt;STRONG&gt;&amp;nbsp;imx-yocto-bsp/maaxboard/build/tmp/work-shared/maaxboard-ddr4-2g-sdcard/kernel-source/arch/arm64/boot/dts/freescale&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;like this:&lt;/P&gt;&lt;P&gt;mkdir include&lt;/P&gt;&lt;P&gt;cd include&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&amp;nbsp;ln -s ../../../../../include/dt-bindings&lt;/P&gt;&lt;P&gt;thanks for your patient.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Apr 2022 23:27:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1443622#M189274</guid>
      <dc:creator>Tooght</dc:creator>
      <dc:date>2022-04-13T23:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1578836#M199720</link>
      <description>&lt;P&gt;Hi, I am trying to build it for TDA2x linux, I used the link procedure (checked and it is linked to the desired folder) but still I am getting the same error.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 13:22:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1578836#M199720</guid>
      <dc:creator>asadsultanawan</dc:creator>
      <dc:date>2023-01-08T13:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: error: no include path in which to search for dt-bindings/interrupt-controller/arm-gic.h</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1578837#M199721</link>
      <description>&lt;P&gt;I did the link procedure (checked and it is showing my link directory), but I am still getting the error: no such file or directory.&lt;/P&gt;&lt;P&gt;It is related to dt-bindings/bus/ti-sync.h&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 13:26:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/error-no-include-path-in-which-to-search-for-dt-bindings/m-p/1578837#M199721</guid>
      <dc:creator>asadsultanawan</dc:creator>
      <dc:date>2023-01-08T13:26:51Z</dc:date>
    </item>
  </channel>
</rss>

