Hi isaiah,
Thanks for quick reply, links provided by you are really helpful. I am going through it and figuring out what changes I need to make to build Julia on ppc64le architecture. Apologies for late reply as I was a bit occupied. -Mahesh On Mon, Jun 22, 2015 at 8:33 PM, Isaiah Norton <[email protected]> wrote: > PPC is not supported at all on release-0.3, but there was some significant > work on PPC quite recently on master. Julia is not regularly tested on PPC > yet, so mileage may vary, but master will be a much better starting point. > See > > https://github.com/JuliaLang/julia/blob/master/Make.powerpc > and > https://groups.google.com/forum/#!topic/julia-dev/BYVCyUlNR8c > > On Mon, Jun 22, 2015 at 9:42 AM, Mahesh Waidande < > [email protected]> wrote: > >> Hi Folks, >> >> >> I am building latest stable release of Julia (release-0.3) on ppc64le >> architecture. >> >> I am running Ubuntu 14.10 on ppc64le hardware. I am getting below link >> time errors while running make utility. >> >> >> Here are the error details, >> >> ppc64-test-altivec.o: In function `vec_stack': >> >> ppc64-test-altivec.c:(.text+0x13c): undefined reference to >> `_Uppc64_init_local' >> >> ppc64-test-altivec.c:(.text+0x194): undefined reference to >> `_Uppc64_get_reg' >> >> ppc64-test-altivec.c:(.text+0x204): undefined reference to >> `_Uppc64_get_reg' >> >> ppc64-test-altivec.c:(.text+0x274): undefined reference to >> `_Uppc64_get_fpreg' >> >> ppc64-test-altivec.c:(.text+0x2e0): undefined reference to >> `_Uppc64_regname' >> >> ppc64-test-altivec.c:(.text+0x3d4): undefined reference to >> `_Uppc64_get_proc_name' >> >> ppc64-test-altivec.c:(.text+0x470): undefined reference to `_Uppc64_step' >> >> ppc64-test-altivec.c:(.text+0x4a0): undefined reference to >> `_Uppc64_get_reg' >> >> collect2: error: ld returned 1 exit status >> >> Makefile:788: recipe for target 'ppc64-test-altivec' failed >> >> >> >> Machine/Hardware details (output of uname -a ) >> >> Linux vm1 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:55:08 UTC 2014 >> ppc64le ppc64le ppc64le GNU/Linux >> >> >> >> I google around above error and try to apply some patches but no luck >> still I am getting same errors. Any pointer on above error will be great >> help. >> >> >> >> Thanks >> >> -Mahesh >> > >
