This commit is contained in:
emanuele.olivetti@47d88ed185b03191e25329caa6fabc2efb3118b2 2019-05-26 11:05:38 +00:00 committed by admin
parent bf3c032a31
commit 182943ed60

View file

@ -0,0 +1,15 @@
The current Linux standalone for ARM, used on armv5tel with Debian stretch, does not work:
$ cd git-annex.linux/
$ ./runshell
$ git annex
error: git-annex died of signal 4
$ git-annex
Illegal instruction
I downloaded the arm tarball, unpacked and did as above. Same if do as above as root or use the alternative way of modifying the PATH, as suggested in the installation instructions. The CPU is Feroceon 88FR131 rev 1 (v5l).
Is there a way of getting a working pre-built git-annex on such a system?
Thanks in advance!