-
Notifications
You must be signed in to change notification settings - Fork 5
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
RAC Support for RISC-V #4
Comments
Which errors are you getting? I haven't tried to build for that arch... |
Follow the logs:
|
@simao yeah, appears that ring does not support RISC-V: briansmith/ring#1182 |
@simao but no worries, this is very low priority for now. |
Unfortunately ring is quite important for us :( Maybe riscv support will be merged eventually in ring. |
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
Just pinging on this one @microhobby: it seems ring 0.17.0, released Oct. 6, now supports RISC-V. Do you mind trying out a build with that dependency bumped to check if it works out of the box, since you've already got something set up? |
upstream tough still depends on ring 16, tried to compile it with 17 but does not compile. All other dependencies seem to have updated to 0.17 though so we could potentially update them. |
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
Looks like tough upstream updated to ring 17: awslabs/tough#717 |
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
I will tested it for Common Torizon v6.7.0 |
Unfortunately tough also changed his:
so I will need some time to make RAC compile with the latest upstream changes from tough. |
tough upgraded ring but ring was still being used by other deps. You can try #9 this branch is using the latest version of ring. |
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
For risc-v targets there is not support for RAC yet, so remove it from the image. Upstream issue: torizon/rac#4 Signed-off-by: Matheus Castello <[email protected]>
My dear maintainers, as maybe you know, I'm working on builds for the Common Torizon: https://github.com/commontorizon/meta-common-torizon
One of the targets has riscv64 architecture, I'm having issues when trying to build RAC for this target. I have not investigated the root cause in depth, first I want to ask if I would expect some dependency not supported for RISC-V. Thought I'd ask first before investigating, maybe the maintainers know of some limitation for this architecture 🤔.
Maybe @simao Let me know.
The text was updated successfully, but these errors were encountered: