Become a leader in the IoT community!
New DevHeads get a 320-point leaderboard boost when joining the DevHeads IoT Integration Community. In addition to learning and advising, active community leaders are rewarded with community recognition and free tech stuff. Start your Legendary Collaboration now!
Every now and then I have seen builds get stuck. Typically, it’s when I’m up against a deadline and don’t have time to debug – so I often just go for the Microsoft fix and just reboot the whole thing and start again! That will often fix it.
One day, I really should set aside the time to dive into why….
I see,
also crops seems to be a temp container
plus it doesnt have sudo
Crops is mainly to be used as a build container. All the other work (writing recipes, flashing images, etc) would be done from the normal host filesystem
I must admit, I cheat and actually write my own Dockerfiles that include all the tools I want to play with
Ahhh,
got it.
makes sense
lessen the hassle
so, i ran the crops container,
sourced the oe-init-build-env
ran bitbake
but now a new error—Machine is invalid
OK – what is the contents of your `build/conf/bblayers.conf` file? It needs to include the meta-file from meta-renesas directory that includes your machine.
Loking at the repo, you probably need to include `meta-renesas/meta-rzg2l` as well as `meta-renesas/meta-rz-common`
got it fixed
there was a stray / in my conf
bitbake failed
seems to be bad request sent to aws
hmm,
Ming, any pointers?
isnt this a aws auth issue?
I have the same thought process
can we use the rz files rather do we need to use iwave
I don’t think rz keeps the copy of the bsp of the vendor
it’d rz hardwaree though?
This looks like you have added meta-iwave. Looking at the url: http://git-codecommit.ap-south-1.amazonaws.com that needs a login, so you would need to provide authentication.
As @superbike_z asked, do you _need_ it?
Yes
Why do you need the iwave stuff
Open to anything
As long as it work
I meant yes for thar
Can you perhaps open a ticket for this and document the efforts of GitHub. That way I can find help for us
got it fixed!
now, leading us to out last error
`| WARNING: /workdir/iwg56-release-bsp/build-iwg56m/tmp/work/x86_64-linux/binutils-native/2.31.1-r0/temp/run.do_compile.417791:1 exit 1 from ‘exit 1’
| ERROR: Execution of ‘/workdir/iwg56-release-bsp/build-iwg56m/tmp/work/x86_64-linux/binutils-native/2.31.1-r0/temp/run.do_compile.417791’ failed with exit code 1
ERROR: Task (virtual:native:/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils_debian.bb:do_compile) failed with exit code ‘1’
NOTE: Tasks Summary: Attempted 908 tasks of which 473 didn’t need to be rerun and 3 failed.
Summary: 3 tasks failed:
/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils-cross_debian.bb:do_compile
virtual:multilib:lib32:/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils-cross_debian.bb:do_compile
virtual:native:/workdir/iwg56-release-bsp/build-iwg56m/../sources/meta-renesas/meta-rz-common/recipes-debian/buster/binutils/binutils_debian.bb:do_compile
Summary: There were 2 WARNING messages shown.
Summary: There were 6 ERROR messages shown, returning a non-zero exit code.`
now, i dont why binutils isnt installing, as normally it does get installed pretty easily when i try with bbb
cause of that, rest are failing due to it being a dependency
CONTRIBUTE TO THIS THREAD