You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During bender-init, I receive the following error:
bender-init: Error: Latest release not available for platform 'x86_64-linux-gnu-pop22.04'!
make: *** [Makefile:127: /home/sshakib/riscv/ara/hardware/../hardware/bender] Error 1
If 'x86_64-linux-gnu-pop22.04' is interpreted as ubuntu 22.04, it will overall be fine. Here is the OS release:
I think this is due to how platform name is interpreted. I tried looking around where the mapping between platform and a release version being done but haven't managed to find it so far.
The text was updated successfully, but these errors were encountered:
Unfortunately, not all flavors of Linux will be directly supported and have their custom release. To see how the bender-init script figures out the OS used, check out the init script in the website branch (the following lines should determine the release: https://github.com/pulp-platform/bender/blob/website/init#L286-L304. I believe the fallback linux-gnu release should also work, but feel free to update the init script, maybe to try the ID_LIKE field if the ID field doesn't have a release? Happy to review a PR integrating this change!
I am using Pop os which is ubuntu 22.04.
During bender-init, I receive the following error:
If 'x86_64-linux-gnu-pop22.04' is interpreted as ubuntu 22.04, it will overall be fine. Here is the OS release:
I think this is due to how platform name is interpreted. I tried looking around where the mapping between platform and a release version being done but haven't managed to find it so far.
The text was updated successfully, but these errors were encountered: