Re: [e-users] Build problem on Raspbian

2021-05-29 Thread Pierre Couderc via enlightenment-users
My personal rule is to know how  to  NOT use a tool I learnt that with USARTS. They could work with 6,7,8 bits. I learnt the hard way, NOT to use 6 or 7 bits. pi zero at 5$ is enough for my current needs... ;) (when it will finish to build 2165/3572...) On 5/29/21 6:39 PM, Carsten

Re: [e-users] Build problem on Raspbian

2021-05-29 Thread Carsten Haitzler
On Sat, 29 May 2021 17:58:04 +0200 Pierre Couderc via enlightenment-users said: and for you - you need that option... as the arm universe moved on from armv6 long ago.. :) the arm world is even now trying to drop 32bit entirely... latest arm core designs have no 32bit at all. 64bit only. so

Re: [e-users] Build problem on Raspbian

2021-05-29 Thread Pierre Couderc via enlightenment-users
Thank you, It is building ok 1419/3572... Yes ARM1176 is a bit old. But it is used by the Raspberry pi zero, which is one of the lowest cost full computer. When I need a small GUI and it is a pi zero with wifi, no keyboard no display, I use cppcms. But in this case I want the lowest cost

Re: [e-users] Build problem on Raspbian

2021-05-29 Thread Carsten Haitzler
On Sat, 29 May 2021 06:32:05 +0200 Pierre Couderc via enlightenment-users said: try -Dnative-arch-optimization=false basically efl builds with neon (SIMD) optimizations by default because 99.9% of arm system that efl would run on have a neon vector unit (armv7 on always has this with the only

[e-users] Build problem on Raspbian

2021-05-28 Thread Pierre Couderc via enlightenment-users
I have an error when building on raspbian with tag v1.25.1 /efl# ninja -C build ninja: Entering directory `build' [1/3482] Generating eolian_gen_eina_types.eot with a custom command FAILED: src/lib/eo/eina_types.eot.h /usr/local/efl/build/src/bin/eolian/eolian_gen -S -I

Re: [e-users] build problem

2015-11-15 Thread Conrad Knight
> From: Carsten Haitzler (The Rasterman) > edje_cc doesnt - but libedje can load modules but directory existence does > not mean a module loads. it needs a module.so inside to do anything... without > a backtrace we dont have enouhg info to go on Ok, so that's not the

Re: [e-users] build problem

2015-11-13 Thread Conrad Knight
Sorry to bring this up again, but i ran into the same issue with the efl-1.16 release. During the elementary build process, the freshly-compiled edje_cc (from efl) crashes with a segfault. This time i wasn't able to finish building no matter what combination of CFLAGS i used. I making sure there

Re: [e-users] build problem

2015-11-13 Thread The Rasterman
On Fri, 13 Nov 2015 20:02:24 -0500 Conrad Knight said: > Sorry to bring this up again, but i ran into the same issue with the > efl-1.16 release. During the elementary build process, the > freshly-compiled edje_cc (from efl) crashes with a segfault. This time > i wasn't

Re: [e-users] build problem

2015-10-29 Thread Conrad Knight
> From: Philippe Jean Guillaumie > Same error building elm on Ubuntu 15.10. > As a workaround use this: CFLAGS="-O2 -ffast-math -march=native" Uninstalled everything and started over with the tarballs for efl-1.15.2, etc. and used these flags instead. That seems to have worked! >

[e-users] build problem

2015-10-28 Thread Conrad Knight
Hi all, I'm having trouble building the EFL, etc. libraries... I typically download the tarballs and compile from those, but i've also now tried following the directions on: https://www.enlightenment.org/docs-efl-start Compiling all the libraries (in the order specified) still results in the

Re: [e-users] build problem

2015-10-28 Thread Daniel Juyung Seo
Hi, I have no problem with that. Can you try it again after 'git clean -dfx'? Or remove '-march=native' from CFLAGS. Thanks, Daniel Juyung Seo (SeoZ) On Thu, Oct 29, 2015 at 1:25 AM, Conrad Knight wrote: > Hi all, > > I'm having trouble building the EFL, etc.

Re: [e-users] build problem

2015-10-28 Thread Jérémy Zurcher
Hi, is > /usr/local/bin/edje_cc the result of latest efl installation or is it the remain of a previous one ? On Wednesday 28 October 2015 12:25, Conrad Knight wrote : > Hi all, > > I'm having trouble building the EFL, etc. libraries... I typically > download the tarballs and compile from

Re: [e-users] build problem

2015-10-28 Thread Philippe Jean Guillaumie
Same error building elm on Ubuntu 15.10. As a workaround use this: CFLAGS="-O2 -ffast-math -march=native" On 10/28/2015 09:11 PM, Jérémy Zurcher wrote: > Hi, > > is >> /usr/local/bin/edje_cc > the result of latest efl installation or is it the remain of a previous one ? > > On Wednesday 28

Re: [e-users] build problem

2015-10-28 Thread The Rasterman
On Wed, 28 Oct 2015 21:36:24 +0100 Philippe Jean Guillaumie said: > Same error building elm on Ubuntu 15.10. > As a workaround use this: CFLAGS="-O2 -ffast-math -march=native" that ... smells of an optimizer bug (-O3 crashes, -O2 is fine), but of course it's a tall order to blame