[Showme-devel] Fwd: Julia for ARM

Graham Inggs ginggs at debian.org
Wed Oct 21 11:17:00 UTC 2015


On 11 October 2015 at 12:44, Graham Inggs <ginggs at debian.org> wrote:
> The build succeeded on a Jetson TK1 board, but currently fails on
> my LIME (not LIME2) board with 'g++: internal compiler error: Killed
> (program cc1plus)'.

On 14 October 2015 at 15:02, Jonas Smedegaard <dr at jones.dk> wrote:
> If you've done it on an up-to-date pristine Debian Sid system, then it
> would be good that you file a bugreport against gcc about that!

I was able to build Julia in Debian Sid and Jessie schroots on a porterbox.
I've added the files built on the porterbox here [1], and if you just
want to test the binary packages on the ShowMeBox you can do:

$ wget http://rrsg.ee.uct.ac.za/julia-arm/jessie/libopenspecfun1_0.4-1ubuntu1_armhf.deb
$ wget http://rrsg.ee.uct.ac.za/julia-arm/jessie/julia_0.3.11-1ubuntu2_armhf.deb
# dpkg -i libopenspecfun1_0.4-1ubuntu1_armhf.deb
# dpkg -i julia_0.3.11-1ubuntu2_armhf.deb
# apt-get install -f

Besides not being able to compile Julia on my LIME, some fairly basic
functions are causing segmentation faults.
e.g. 'eye(2)' which should return:

2x2 Array{Float64,2}:
 1.0  0.0
 0.0  1.0

and 'Pkg.update()' which should fetch the update list of Julia
packages using git.

Both of the above commands seem OK on the Debian porterbox and the Jetson TK1.

[1] http://rrsg.ee.uct.ac.za/julia-arm/



More information about the Showme-devel mailing list