From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id E8B9DC46467 for ; Mon, 16 Jan 2023 07:00:15 +0000 (UTC) Subject: Re: [PATCH v2] rust: Merge all rustc-source patches into rust-source.inc To: openembedded-core@lists.openembedded.org From: "Kokkonda, Sundeep" X-Originating-Location: Belgaum, Karnataka, IN (103.197.112.48) X-Originating-Platform: Windows Chrome 108 User-Agent: GROUPS.IO Web Poster MIME-Version: 1.0 Date: Sun, 15 Jan 2023 23:00:15 -0800 References: <20230107094839.26387-1-alex.kiernan@gmail.com> In-Reply-To: <20230107094839.26387-1-alex.kiernan@gmail.com> Message-ID: <6921.1673852415201846579@lists.openembedded.org> Content-Type: multipart/alternative; boundary="1of9VsOW90rsoqnjg4HL" List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 16 Jan 2023 07:00:15 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/175960 --1of9VsOW90rsoqnjg4HL Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Alex, This patch fixed the https://bugzilla.yoctoproject.org/show_bug.cgi?id=3D14= 975 ( 'bitbake core-image-full-cmdline' built without any issues.) But, I tried a ' hello world ' program in booted image (bitbake core-image-= minimal by adding ' cargo ' to IMAGE_INSTALL:append) and getting below erro= r. root@qemux86-64:~/# cargo new hello root@qemux86-64:~/# cd hello root@qemux86-64:~/hello# cargo run Compiling hello v0.1.0 (/home/root/hello) error: linker `x86_64-poky-linux-gcc` not found | =3D note: No such file or directory (os error 2) error: could not compile `hello` due to previous error --1of9VsOW90rsoqnjg4HL Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hello Alex,

This patch fixed the https://bug= zilla.yoctoproject.org/show_bug.cgi?id=3D14975 ('bitbake core-image-full-cmdline' built without any issues.)

But, I tried a 'hello world' program in booted image (bitb= ake core-image-minimal by adding 'cargo' to IMAGE_INSTALL:append) = and getting below error.

root@qemux86-64:~/# cargo new hello
root@qemux86-64:~/# cd hello
root@qemux86-64:~/hello# cargo run
   Compiling hello v0.1.0 (/home/root/hello)
error: linker `x86_64-poky-linux-gcc` not found
  |
  =3D note: No such file or directory (os error 2)
 
error: could not compile `hello` due to previous error
<= /div> --1of9VsOW90rsoqnjg4HL--