We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting Illegal instruction when trying to run on a Raspberry Pi4, any idea why?
Illegal instruction
curl -s https://packagecloud.io/install/repositories/swift-arm/release/script.deb.sh | sudo bash sudo apt install swift5
apt install openssl libssl-dev libsodium-dev libcurl4-openssl-dev libavahi-compat-libdnssd-dev
swift run -c release hap-demo
Running Raspbian v10 Swift version 5.1.5
The project runs on macOS.
Thank you.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting
Illegal instruction
when trying to run on a Raspberry Pi4, any idea why?curl -s https://packagecloud.io/install/repositories/swift-arm/release/script.deb.sh | sudo bash sudo apt install swift5
apt install openssl libssl-dev libsodium-dev libcurl4-openssl-dev libavahi-compat-libdnssd-dev
swift run -c release hap-demo
Running Raspbian v10
Swift version 5.1.5
The project runs on macOS.
Thank you.
The text was updated successfully, but these errors were encountered: