Hi Richard,
Please excuse the delay in reply, I was loaded with some other priority tasks.
>> I definitely agree this should be fixed elsewhere to use BUILD_CC.
>> We've managed without 'cc' for this long, we shouldn't need to start now
The linker error got fixed by using below setting in config.toml
config.set("rust", "default-linker", e(d.expand("${RUST_BUILD_CCLD}")))
So removed 'cc' from hosttools as per your suggestion.
>> I noticed your patches don't have shortlog entries so the subject lines in
>> these emails are rather long.
Sent v2 version of patches for review with suggested corrections.
link : https://lists.openembedded.org/g/openembedded-core/message/151916
Regards,
Vinay
On Fri, Apr 16, 2021 at 3:47 AM Richard Purdie
<[email protected]> wrote:
>
> On Thu, 2021-04-15 at 02:32 -0700, Vinay Kumar wrote:
> > Signed-off-by: Vinay Kumar <[email protected]>
> > ---
> > meta/conf/bitbake.conf | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> > index 3438be92b7..83e1b68071 100644
> > --- a/meta/conf/bitbake.conf
> > +++ b/meta/conf/bitbake.conf
> > @@ -483,7 +483,7 @@ HOSTTOOLS_DIR = "${TMPDIR}/hosttools"
> > HOSTTOOLS += " \
> > [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp comm
> > cp cpio \
> > cpp cut date dd diff diffstat dirname du echo egrep env expand expr
> > false \
> > - fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip
> > \
> > + fgrep file find flock g++ gawk gcc cc getconf getopt git grep gunzip
> > gzip \
> > head hostname iconv id install ld ldd ln ls make md5sum mkdir mkfifo
> > mknod \
> > mktemp mv nm objcopy objdump od patch perl pr printf pwd \
> > python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
>
> I definitely agree this should be fixed elsewhere to use BUILD_CC. We've
> managed
> without 'cc' for this long, we shouldn't need to start now!
>
> Also, I noticed your patches don't have shortlog entries so the subject lines
> in these emails are rather long. We'd need to have that fixed to be able to
> handle the patches.
>
> Cheers,
>
> Richard
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#151923):
https://lists.openembedded.org/g/openembedded-core/message/151923
Mute This Topic: https://lists.openembedded.org/mt/82112825/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-