-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error trying to build core-image-sato. #2
Comments
I was able to get it working using |
Any update on supporting 23.2? |
I figured out how to work around the xorg ABI problem after I updated to the 24.1 drop - commit This may work with the 23.2 base as well. And yes, you have to use the lib32- prefix to get the 32-bit binaries. For my use, I was mixing 32-bit and 64-bit userland binaries, hence the multilib configuration. And sorry for not responding to these sooner - turns out I wasn't getting notifications about issues being opened, so I didn't know these were here. |
At this point, the L4T R24.1/JetPack 2.2 drop has been integrated, which is fully 64-bit. I'm not planning on supporting 32-bit kernel or userland binaries going forward. |
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Matt Madison <matt@madison.systems>
Signed-off-by: Benjamin Mordaunt <Benjamin.Mordaunt@arm.com>
I am trying to build an example image,
core-image-sato
.When trying to build, I get this.
It seems that the NVidia libraries provided are only 32bit. Is this correct? What does this layer even support multi-lib then? Why not just compile everything (even then kernel) at 32bit?
The text was updated successfully, but these errors were encountered: