Saturday, July 30, 2016

Re: Compilation fails on Allwinner H3 platform (Orage PI PC)

sycc <sycc90@mail.com> [16-07-30 20:44]:
>
>
> On 07/30/2016 09:54 AM, Meino.Cramer@gmx.de wrote:
> >Hi,
> >
> >I got some problems to comile vim (current patch level) on an Orangs
> >PI PC (Allwinner H3) and Armbian Linux.
> >
> >The make command:
> >./configure --prefix=/usr/local --sysconfdir=/etc/vim
> >--with-features=huge --enable-luainterp=yes --enable-pythoninterp &&
> >make
> >
> >The compilation itsself does not prodyce any error.
> >
> >The linking fails:
> >
> >...
> >
> >"omp" looks like "Open Multi Processing"...but I cannot find the
> >according lib ... maybe I am looking for the wrong name of it?
> >
> >How can I fix that?
> >
> >Thank you very much in advance for any help!
> >Best regards,
> >mcc
>
> Could it be that gcc is missing the -fopenmp flag?
>
> --
> --
> You received this message from the "vim_use" maillist.
> Do not top-post! Type your reply below the text you are replying to.
> For more information, visit http://www.vim.org/maillist.php
>
> --- You received this message because you are subscribed to the Google
> Groups "vim_use" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to vim_use+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

Yes, it misses that...
I think, the platform does not support that (the H3 CPU has four cores
though) since the "official armbian distro build" only has a gcc
without that feature.

Intrestingly vim's configure recognized that (no openmp
available....yes), but later make seems to forget that
fact...

On the other hand: Armbian comes with an (old) version of vim...
so someone must have found a way.
Unfortunately it is not me...

Best
Meino


--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: