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
Note that OpenBLAS only supports ARMv7. For older ARM variants, using the reference BLAS
43
+
may be the simplest thing to do.
44
+
53
45
# ARM specific build problems
54
46
55
47
If you run into issues building LLVM, see these notes:
@@ -58,12 +50,12 @@ If you run into issues building LLVM, see these notes:
58
50
# Raspberry Pi
59
51
60
52
The Raspberry Pi ARM CPU type is not detected by LLVM.
61
-
Before starting the build, it is recommented to add`export JULIA_CPU_ARCH=arm1176jzf-s`
62
-
to your Make.user file to tune the generated code for your CPU architecture.
53
+
Before starting the build, it is recommended to do`export JULIA_CPU_ARCH=arm1176jzf-s`
54
+
at the shell to tune the generated code for your CPU architecture.
63
55
64
56
# Raspberry Pi 2
65
57
66
-
In the case of Raspberry Pi 2, download LLVM binaries from the LLVM website, since building LLVM on our own for some reason does not produce a working build.
58
+
In the case of Raspberry Pi 2, in case the default build fails, download LLVM binaries from the LLVM website.
67
59
68
60
1. Download the [LLVM 3.6.1 binaries for ARMv7a] (http://llvm.org/releases/3.6.1/clang+llvm-3.6.1-armv7a-linux-gnueabihf.tar.xz) and extract them in a local directory.
69
61
2. For each file in the extracted `bin`, `include`, and `lib` subdirectories, create symlinks from the corresponding directory under `/usr/local`.
@@ -72,11 +64,6 @@ In the case of Raspberry Pi 2, download LLVM binaries from the LLVM website, sin
72
64
override USE_SYSTEM_LLVM=1
73
65
```
74
66
75
-
# SIGILL during sysimg.o creation
76
-
77
-
Its likely that your cpu does not support VFP. File an issue on the Julia issue tracker with the contents of /proc/cpuinfo.
78
-
79
-
80
67
# Chromebook
81
68
82
69
On Chromebooks, you have to first install Crouton. If you do not have
0 commit comments