Where are the ARM binaries?

Hi,

I wanted to update my ARM machines with the newest Julia, but I can’t find the archive anymore on the download page.
Where is it located please ?

Cheers,
JC

1 Like

From Julia 1.0.1 has been released

You can still use the 1.0.0 binaries on ARM: https://julialang-s3.julialang.org/bin/linux/armv7l/1.0/julia-1.0.0-linux-armv7l.tar.gz. I’ll post on the 1.0.1 announcement once ARM binaries are available for 1.0.1.

1 Like

Thanks all !

Hello, I tried downloading them and for now I’m stuck at the following startup error

root@pup:~#  ./julia-1.0.0/bin/julia
Invalid ARM instruction at 0xadc03274: 0xf2800050

signal (4): Illegal instruction
in expression starting at no file:0
__init__ at ./sysinfo.jl:92
jl_apply_generic at /buildworker/worker/package_linuxarmv7l/build/src/gf.c:2182
jl_apply at /buildworker/worker/package_linuxarmv7l/build/src/julia.h:1536 [inlined]
jl_module_run_initializer at /buildworker/worker/package_linuxarmv7l/build/src/toplevel.c:90
_julia_init at /buildworker/worker/package_linuxarmv7l/build/src/init.c:811
julia_init__threading at /buildworker/worker/package_linuxarmv7l/build/src/task.c:302
main at /buildworker/worker/package_linuxarmv7l/build/ui/repl.c:227
__libc_start_main at /lib/arm-linux-gnueabihf/libc.so.6 (unknown line)
_start at ./julia-1.0.0/bin/julia (unknown line)
Allocations: 2997 (Pool: 2992; Big: 5); GC: 0
Illegal instruction (core dumped)

Please guide me here :slight_smile:

I wonder, why they aren’t mentioned in the official download page for Julia-lang.

It’d be great to have the binaries in place

With any luck there will be ARMv7 binaries for Julia 1.0.2. Stay tuned for a release announcement, which will include the list of platforms that have binaries.

3 Likes