Skip to content
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

iis-setup.sh fails on Pisoc machines #160

Closed
colluca opened this issue Jul 11, 2024 · 1 comment
Closed

iis-setup.sh fails on Pisoc machines #160

colluca opened this issue Jul 11, 2024 · 1 comment

Comments

@colluca
Copy link
Collaborator

colluca commented Jul 11, 2024

The iis-setup.sh script currently downloads the spike-dasm binary built for Almalinux.

wget https://github.com/pulp-platform/riscv-isa-sim/releases/download/snitch-v0.1.0/snitch-spike-dasm-0.1.0-x86_64-linux-gnu-almalinux8.7.tar.gz
tar xzf snitch-spike-dasm-0.1.0-x86_64-linux-gnu-almalinux8.7.tar.gz

Pisoc machines use CentOS 7.8, and the Almalinux spike-dasm build is thus incompatible with them.

@colluca
Copy link
Collaborator Author

colluca commented Jul 11, 2024

Solved by #161.

@colluca colluca closed this as completed Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant