<?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: make kernel error in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682789#M208765</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok，you can&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 06:11:59 GMT</pubDate>
    <dc:creator>rainho</dc:creator>
    <dc:date>2023-07-06T06:11:59Z</dc:date>
    <item>
      <title>make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1680824#M208584</link>
      <description>&lt;P&gt;drivers/tty/vt/consolemap_deftbl.c:1:8: Error: expected '=', ',', ';', 'asm' or '__attribute__' before '/' token drivers/tty/vt/cp437.uni&lt;BR /&gt;Occasionally, this error occurs when compiling the kernel (version 4.1.15). I have specified the platform and compilation chain in the top-level makefile, but every time I need make clean to recompile, it is too time-consuming. What is the reason? I know that the file is automatically generated by cp437, but sometimes it is wrong. Is this because of the encoding or the compiler? I am using the gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-gnueabihf version&lt;BR /&gt;Please answer, thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 02:34:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1680824#M208584</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-07-04T02:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1681276#M208622</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;-&amp;gt;Please make sure to check the command you give to compile as well as all the prerequisites to build the image.&lt;BR /&gt;-&amp;gt;Please also make sure to check the Linux environment is set properly to build the image.&lt;/P&gt;
&lt;P&gt;Please refer to section 5.2 Choosing an i.MX Yocto project image.&lt;BR /&gt;Based on the target one set the image takes that much time to get built based on the recipe set for that.&lt;/P&gt;
&lt;P&gt;gcc version is mentioned in the doc and the library for that.&lt;BR /&gt;&lt;A href="https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf" target="_blank"&gt;https://www.nxp.com/docs/en/user-guide/IMX_YOCTO_PROJECT_USERS_GUIDE.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I hope it helps!&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:57:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1681276#M208622</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-07-04T11:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1681309#M208627</link>
      <description>&lt;P&gt;Hello @&lt;SPAN&gt;Sanket Parekh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I hope you are doing well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not use yocto to build the kernel by myself, but downloaded the kernel source code to build it myself. This problem occurs occasionally, especially when changing the device tree. But after I cleaned it up, the defconfig file that was not changed in the previous step can still be built. Success. When compiling, the gcc version has been clearly specified, and the environment has been established. The 5.2 in your document is not very useful to me, and I am still confused.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 13:14:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1681309#M208627</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-07-04T13:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682003#M208707</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I hope you are doing well.&lt;/P&gt;
&lt;P&gt;I checked the driver source code but the drivers/tty/vt/consolemap_deftbl.c file doesn't exist in the Linux version you have mentioned.&lt;/P&gt;
&lt;P&gt;I have shared a link to download the Linux kernel 4.1.15 please download it from there and then try to compile it.&lt;BR /&gt;&lt;A href="https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX" target="_blank"&gt;https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 11:45:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682003#M208707</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-07-05T11:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682117#M208719</link>
      <description>&lt;P&gt;Hello,&lt;SPAN&gt;Sanket Parekh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Ok, I will try your approach. But I want to ask you whether your source code has been compiled. As far as I know, the source code you released in version 4.1.15 does not have a table file. This file is related to the kernel compilation The module is automatically generated, including cp437, and there are related instructions in the comments at the top of the generated table file. Finally, my kernel source code is downloaded from imx-linux in github, which should be consistent with your version.&lt;/P&gt;&lt;P&gt;Thank you for your answer!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 15:34:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682117#M208719</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-07-05T15:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682777#M208763</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/208920"&gt;@rainho&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I'm glad to help you!&lt;BR /&gt;Hence the issue is solved now, Can I close this thread?&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sanket Parekh&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 06:01:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682777#M208763</guid>
      <dc:creator>Sanket_Parekh</dc:creator>
      <dc:date>2023-07-06T06:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: make kernel error</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682789#M208765</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;/P&gt;&lt;P&gt;ok，you can&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 06:11:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/make-kernel-error/m-p/1682789#M208765</guid>
      <dc:creator>rainho</dc:creator>
      <dc:date>2023-07-06T06:11:59Z</dc:date>
    </item>
  </channel>
</rss>

