So I am Trying to get swift up and running on a raspberry Pi Zero. I have tried to download all the dependencies and compile swift itself on the PiZero but get `Illegal instruction` when I try to
`swiftc helloWordl.swift` .
I attribute most of the problems to the fact that the PiZero is a `armv6` and not a `armv7` like the raspi2 simply based on :
`uname -a
Linux piZeroDan 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux`
I have also tried to compile a file on a mac then transfer it to the PiZero but to no avail. Any suggestions or where to go from here.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: 3418bae5972cdba5eabdbbb432265e51
Issue Description:
So I am Trying to get swift up and running on a raspberry Pi Zero. I have tried to download all the dependencies and compile swift itself on the PiZero but get `Illegal instruction` when I try to
`swiftc helloWordl.swift` .
I attribute most of the problems to the fact that the PiZero is a `armv6` and not a `armv7` like the raspi2 simply based on :
`uname -a
Linux piZeroDan 4.1.13+ #826 PREEMPT Fri Nov 13 20:13:22 GMT 2015 armv6l GNU/Linux`
I have also tried to compile a file on a mac then transfer it to the PiZero but to no avail. Any suggestions or where to go from here.
The text was updated successfully, but these errors were encountered: