<?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: 5.15 BSP image errors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/5-15-BSP-image-errors/m-p/1495255#M193014</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/187694"&gt;@saksham98123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've performed the same buildings as you did. all runs successfully.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ways for your reference as following:&lt;/P&gt;
&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=&lt;SPAN&gt;imx8mp-ddr4-evk source imx-setup-release.sh -b core-image-minimal&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;bitbake core-image-minimal&lt;/P&gt;
&lt;P&gt;change directory from previous build back to yocto directory&lt;/P&gt;
&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=&lt;SPAN&gt;imx8mp-ddr4-evk source imx-setup-release.sh -b build-imx-full&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;bitbake imx-image-full&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here some recommendations might be helpful for you.&lt;/P&gt;
&lt;P&gt;&amp;gt; try to clean these packages with error. such as rust, fmt, and&amp;nbsp;&lt;SPAN&gt;bootstrap. and then separately re-fetch and re-compile them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt; The whole build processes rely on your host setup and network environment,&amp;nbsp; based on these error message, some tasks execution for some packages failed. You can try to set network flag in .bb recipe for these failed packages.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Harvey&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 05:36:15 GMT</pubDate>
    <dc:creator>Harvey021</dc:creator>
    <dc:date>2022-07-26T05:36:15Z</dc:date>
    <item>
      <title>5.15 BSP image errors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/5-15-BSP-image-errors/m-p/1492569#M192777</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Board&lt;/STRONG&gt;: imx8mp-ddr4-evk&lt;/P&gt;&lt;P&gt;I am trying to build a 5.15 BSP image using the steps provided in the document:&amp;nbsp;&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 was able to successfully build a minimal image however when I tried to do the same for the full image I get the following error:&amp;nbsp;&lt;/P&gt;&lt;P&gt;| -------------&lt;BR /&gt;| Building [======================&amp;gt; ] 224/243: rustc_infer, rustc_metada...&lt;BR /&gt;| Building [======================&amp;gt; ] 225/243: rustc_metadata, rustc_res...&lt;BR /&gt;| Building [======================&amp;gt; ] 226/243: rustc_metadata, rustc_res...&lt;BR /&gt;| Building [======================&amp;gt; ] 227/243: rustc_metadata, rustc_res...&lt;BR /&gt;| Building [======================&amp;gt; ] 228/243: rustc_resolve, rustc_cons...&lt;BR /&gt;| Building [======================&amp;gt; ] 229/243: rustc_const_eval, rustc_t...&lt;BR /&gt;| Building [======================&amp;gt; ] 230/243: rustc_const_eval, rustc_q...&lt;BR /&gt;| Building [======================&amp;gt; ] 231/243: rustc_query_impl, rustc_t...&lt;BR /&gt;| Building [======================&amp;gt; ] 232/243: rustc_query_impl&lt;BR /&gt;| error: build failed&lt;BR /&gt;| command did not execute successfully: "/home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rust-snapshot/bin/cargo" "build" "--target" "x86_64-unknown-linux-gnu" "-Zbinary-dep-depinfo" "-j" "12" "-v" "--release" "--frozen" "--features" " llvm max_level_info" "--manifest-path" "/home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/compiler/rustc/Cargo.toml" "--message-format" "json-render-diagnostics"&lt;BR /&gt;| expected success, got: exit status: 101&lt;BR /&gt;| Traceback (most recent call last):&lt;BR /&gt;| File "/home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap/bootstrap.py", line 1330, in &amp;lt;module&amp;gt;&lt;BR /&gt;| main()&lt;BR /&gt;| File "/home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap/bootstrap.py", line 1313, in main&lt;BR /&gt;| bootstrap(help_triggered)&lt;BR /&gt;| File "/home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap/bootstrap.py", line 1299, in bootstrap&lt;BR /&gt;| run(args, env=env, verbose=build.verbose, is_bootstrap=True)&lt;BR /&gt;| File "/home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/src/bootstrap/bootstrap.py", line 182, in run&lt;BR /&gt;| raise RuntimeError(err)&lt;BR /&gt;| RuntimeError: failed to run: /home/au-zone-maivin/Saksham/imx-yocto-bsp/imx_full/tmp/work/x86_64-linux/rust-native/1.59.0-r0/rustc-1.59.0-src/build/bootstrap/debug/bootstrap -j 12 build --stage 2 --verbose&lt;BR /&gt;| WARNING: exit code 1 from a shell command.&lt;BR /&gt;ERROR: Task (virtual:native:/home/au-zone-maivin/Saksham/imx-yocto-bsp/sources/poky/meta/recipes-devtools/rust/rust_1.59.0.bb:do_compile) failed with exit code '1'&lt;BR /&gt;NOTE: Tasks Summary: Attempted 4285 tasks of which 0 didn't need to be rerun and 2 failed.&lt;/P&gt;&lt;P&gt;Summary: 2 tasks failed:&lt;BR /&gt;/home/au-zone-maivin/Saksham/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/openembedded-layer/recipes-support/fmt/fmt_8.1.1.bb:do_compile&lt;BR /&gt;virtual:native:/home/au-zone-maivin/Saksham/imx-yocto-bsp/sources/poky/meta/recipes-devtools/rust/rust_1.59.0.bb:do_compile&lt;BR /&gt;Summary: There was 1 WARNING message.&lt;BR /&gt;Summary: There were 2 ERROR messages, returning a non-zero exit code.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 15:28:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/5-15-BSP-image-errors/m-p/1492569#M192777</guid>
      <dc:creator>saksham98123</dc:creator>
      <dc:date>2022-07-20T15:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: 5.15 BSP image errors</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/5-15-BSP-image-errors/m-p/1495255#M193014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/187694"&gt;@saksham98123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've performed the same buildings as you did. all runs successfully.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The ways for your reference as following:&lt;/P&gt;
&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=&lt;SPAN&gt;imx8mp-ddr4-evk source imx-setup-release.sh -b core-image-minimal&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;bitbake core-image-minimal&lt;/P&gt;
&lt;P&gt;change directory from previous build back to yocto directory&lt;/P&gt;
&lt;P&gt;DISTRO=fsl-imx-xwayland MACHINE=&lt;SPAN&gt;imx8mp-ddr4-evk source imx-setup-release.sh -b build-imx-full&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;bitbake imx-image-full&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Here some recommendations might be helpful for you.&lt;/P&gt;
&lt;P&gt;&amp;gt; try to clean these packages with error. such as rust, fmt, and&amp;nbsp;&lt;SPAN&gt;bootstrap. and then separately re-fetch and re-compile them.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt; The whole build processes rely on your host setup and network environment,&amp;nbsp; based on these error message, some tasks execution for some packages failed. You can try to set network flag in .bb recipe for these failed packages.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Harvey&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 05:36:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/5-15-BSP-image-errors/m-p/1495255#M193014</guid>
      <dc:creator>Harvey021</dc:creator>
      <dc:date>2022-07-26T05:36:15Z</dc:date>
    </item>
  </channel>
</rss>

