<?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: imx8qxpc0 :Andriod 11 compile kernel failed : error: ‘intel_ipc_msg_data’ undeclared here</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx8qxpc0-Andriod-11-compile-kernel-failed-error-intel-ipc-msg/m-p/1352197#M181212</link>
    <description>&lt;P&gt;You can try these two ways:&lt;/P&gt;
&lt;P&gt;1.add CONFIG_XX to imx8_defconfig manually&lt;/P&gt;
&lt;P&gt;2.&lt;SPAN&gt;&lt;STRONG&gt;make ARCH=arm64 imx8_defconfig&lt;/STRONG&gt; , and then &lt;STRONG&gt;make menuconfig&lt;/STRONG&gt;,after you change the config, you need save .config to&amp;nbsp;imx8_defconfig&lt;STRONG&gt;:make savedefconfig &amp;amp;&amp;amp; mv defconfig arch/arm64/configs/xxx_defconfig&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Oct 2021 01:03:04 GMT</pubDate>
    <dc:creator>Zhiming_Liu</dc:creator>
    <dc:date>2021-10-08T01:03:04Z</dc:date>
    <item>
      <title>imx8qxpc0 :Andriod 11 compile kernel failed : error: ‘intel_ipc_msg_data’ undeclared here</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8qxpc0-Andriod-11-compile-kernel-failed-error-intel-ipc-msg/m-p/1349728#M180965</link>
      <description>&lt;P&gt;hello nxp:&lt;/P&gt;&lt;P&gt;docment version : android_11.0.0_2.2.0_docs&amp;nbsp;&lt;/P&gt;&lt;P&gt;soc: imx8qxpC0&lt;/P&gt;&lt;P&gt;1&amp;nbsp; Android 11 has been compile successfully with the&amp;nbsp;Android_User's_Guide.pdf&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2&amp;nbsp; what is the right way to modify and change kernel source code and compile it ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;3&amp;nbsp; the follow steps had been tried to change/modify kernel .&lt;/P&gt;&lt;P&gt;3.1 $cd&amp;nbsp;~/android_build/vendor/nxp-opensource/kernel_imx&lt;/P&gt;&lt;P&gt;3.2 $make menuconfig&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jackey267_0-1633144697006.png" style="width: 400px;"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/158115iBC716A909DC5F55A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jackey267_0-1633144697006.png" alt="jackey267_0-1633144697006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3.3 $make -j8&amp;nbsp;&lt;/P&gt;&lt;P&gt;and we have got this errors:&amp;nbsp;&lt;/P&gt;&lt;P&gt;jack@MS-7D17:~/android_build/vendor/nxp-opensource/kernel_imx$ make -j8&lt;BR /&gt;DESCEND objtool&lt;BR /&gt;UPD include/config/kernel.release&lt;BR /&gt;UPD include/generated/utsrelease.h&lt;BR /&gt;CALL scripts/atomic/check-atomics.sh&lt;BR /&gt;CALL scripts/checksyscalls.sh&lt;BR /&gt;CHK include/generated/compile.h&lt;BR /&gt;CC init/version.o&lt;BR /&gt;CC kernel/sys.o&lt;BR /&gt;AR init/built-in.a&lt;BR /&gt;CC [M] sound/soc/sof/intel/byt.o&lt;BR /&gt;CC [M] sound/soc/zte/zx-tdm.o&lt;BR /&gt;CC [M] sound/soc/xtensa/xtfpga-i2s.o&lt;BR /&gt;CC [M] sound/soc/sof/intel/hda-loader.o&lt;BR /&gt;CC [M] sound/soc/sof/intel/hda-stream.o&lt;BR /&gt;sound/soc/sof/intel/byt.c:613:18: error: ‘intel_ipc_msg_data’ undeclared here (not in a function); did you mean ‘sof_ipc_msg_data’?&lt;BR /&gt;613 | .ipc_msg_data = intel_ipc_msg_data,&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~&lt;BR /&gt;| sof_ipc_msg_data&lt;BR /&gt;sound/soc/sof/intel/byt.c:614:20: error: ‘intel_ipc_pcm_params’ undeclared here (not in a function); did you mean ‘sof_ipc_pcm_params’?&lt;BR /&gt;614 | .ipc_pcm_params = intel_ipc_pcm_params,&lt;BR /&gt;| ^~~~~~~~~~~~~~~~~~~~&lt;BR /&gt;| sof_ipc_pcm_params&lt;BR /&gt;sound/soc/sof/intel/byt.c:628:14: error: ‘intel_pcm_open’ undeclared here (not in a function)&lt;BR /&gt;628 | .pcm_open = intel_pcm_open,&lt;BR /&gt;| ^~~~~~~~~~~~~~&lt;BR /&gt;CC [M] sound/soc/sof/intel/hda-trace.o&lt;BR /&gt;sound/soc/sof/intel/byt.c:629:15: error: ‘intel_pcm_close’ undeclared here (not in a function)&lt;BR /&gt;629 | .pcm_close = intel_pcm_close,&lt;BR /&gt;| ^~~~~~~~~~~~~~~&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3.4 The result was the kernel Image hadn't been generated .&amp;nbsp;&lt;/P&gt;&lt;P&gt;summary: How to work with kernel as standalone build environment under Android 11?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;wish u have a happy national day!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 03:44:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8qxpc0-Andriod-11-compile-kernel-failed-error-intel-ipc-msg/m-p/1349728#M180965</guid>
      <dc:creator>jackey267</dc:creator>
      <dc:date>2021-10-02T03:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: imx8qxpc0 :Andriod 11 compile kernel failed : error: ‘intel_ipc_msg_data’ undeclared here</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx8qxpc0-Andriod-11-compile-kernel-failed-error-intel-ipc-msg/m-p/1352197#M181212</link>
      <description>&lt;P&gt;You can try these two ways:&lt;/P&gt;
&lt;P&gt;1.add CONFIG_XX to imx8_defconfig manually&lt;/P&gt;
&lt;P&gt;2.&lt;SPAN&gt;&lt;STRONG&gt;make ARCH=arm64 imx8_defconfig&lt;/STRONG&gt; , and then &lt;STRONG&gt;make menuconfig&lt;/STRONG&gt;,after you change the config, you need save .config to&amp;nbsp;imx8_defconfig&lt;STRONG&gt;:make savedefconfig &amp;amp;&amp;amp; mv defconfig arch/arm64/configs/xxx_defconfig&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Oct 2021 01:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx8qxpc0-Andriod-11-compile-kernel-failed-error-intel-ipc-msg/m-p/1352197#M181212</guid>
      <dc:creator>Zhiming_Liu</dc:creator>
      <dc:date>2021-10-08T01:03:04Z</dc:date>
    </item>
  </channel>
</rss>

