Closed
Description
Previous ID | SR-647 |
Radar | None |
Original Reporter | MacmeDan (JIRA User) |
Type | Bug |
Status | Closed |
Resolution | Done |
Additional Detail from JIRA
Votes | 0 |
Component/s | |
Labels | Bug, arm, armv6, piZero |
Assignee | None |
Priority | Medium |
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.