t4240rdb(32bit) build error on Yocto scarthgap - 32bit seems to require 64bit support which is not enabled #1893
SonaSarmadi
started this conversation in
General
Replies: 1 comment
-
I just tried on master, and the error I see is:
@otavio, can you, please, help us making it an issue and assigning it to someone who can help? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have been successfully built "core-image-minimal" on Yocto scarthgap for p2020rdb (32bit SPE), t4240rdb-64b (64bit) and now I am trying to build t4240rdb (32bit), but I get error. I just select MACHINE ??= "t4240rdb" and add "meta-freescale" layer from scarthgap and run "bitbake core-image-minimal", I get the error below:
ERROR: Required build target 'core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 'virtual/kernel', 'lib64-libgcc']
I want a 32bit image, (kernel & rootfs), I tried to remove multilib64, then I get other errors.
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions