Hi Zoran,

On 5/16/24 2:28 PM, Zoran via lists.yoctoproject.org wrote:
[You don't often get email from 
zoran.stojsavljevic=gmail....@lists.yoctoproject.org. Learn why this is 
important at https://aka.ms/LearnAboutSenderIdentification ]

Hello all,

I have a really strange error while compiling gcc-cross_13.2 ?!

Here is the error appearing:
ERROR: Task 
(/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_gcc_stash_builddir)

Please provide the full log of the error.

failed with exit code '1'

I eliminate this error using the following addition, just to see if
the compiling will go further:

I edited poky/meta/recipes-devtools/gcc/gcc-cross.inc and added the
following line:

--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -131,6 +131,7 @@ do_packagedata[noexec] = "1"
  do_package_write_ipk[noexec] = "1"
  do_package_write_rpm[noexec] = "1"
  do_package_write_deb[noexec] = "1"
+do_gcc_stash_builddir[noexec] = "1" <<<=======

It does pass further, till the next error:
ERROR: Task 
(/home/vuser/projects2/yocto/yocto_test2/bbb-yocto/poky/meta/recipes-devtools/gcc/gcc-cross_13.2.bb:do_populate_sysroot)
failed with exit code '1'

I did not take the same path, since I could not ignore the
do_populate_sysroot() task.

Does anybody have any info on such an occurrence in scarthgap release (5.0.1)?


5.0.1 doesn't exist, there's only a 5.0 tag right now, from which commit of the master/scarthgap branch are you running exactly?

Cheers,
Quentin
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63116): https://lists.yoctoproject.org/g/yocto/message/63116
Mute This Topic: https://lists.yoctoproject.org/mt/106133618/21656
Group Owner: yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to