On Sat, 29 May 2021 17:58:04 +0200 Pierre Couderc via enlightenment-users
<enlightenment-users@lists.sourceforge.net> 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 armv6 with no neon is
quite ancient ... and yes - the pi zero does use this... it's cheap for a good
reason. it's ancient :)

> 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 and I do not need wifi, so efl 
> is fine, with a 4 key keyboard. Cables are more expensive than the 
> computer itself...
> 
> On 5/29/21 1:07 PM, Carsten Haitzler wrote:
> > On Sat, 29 May 2021 06:32:05 +0200 Pierre Couderc via enlightenment-users
> > <enlightenment-users@lists.sourceforge.net> 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 exception i know of being the terga1 chip).
> > you basically have a niche very very very old cpu (niche for where efl
> > would run) thus... need to do the above.
> >
> >> 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
> >> /usr/local/efl/src/lib/eo -o
> >> h:/usr/local/efl/build/src/lib/eo/eina_types.eot.h -o
> >> c:/usr/local/efl/build/src/lib/eo/eina_types.eot.c -o
> >> d:/usr/local/efl/build/src/lib/eo/eina_types.eot.d -e EO_API -gchd
> >> ../src/lib/eo/eina_types.eot
> >> Illegal instruction
> >> [2/3482] Generating eolian_gen_ecore_event_message_handler.eo with a
> >> custom command
> >> FAILED: src/lib/ecore/ecore_event_message_handler.eo.h
> >> /usr/local/efl/build/src/bin/eolian/eolian_gen -S -I
> >> /usr/local/efl/src/lib/ecore -I /usr/local/efl/src/lib/eo -I
> >> /usr/local/efl/src/lib -I /usr/local/efl/src/lib/efl/interfaces -o
> >> h:/usr/local/efl/build/src/lib/ecore/ecore_event_message_handler.eo.h -o
> >> c:/usr/local/efl/build/src/lib/ecore/ecore_event_message_handler.eo.c -o
> >> d:/usr/local/efl/build/src/lib/ecore/ecore_event_message_handler.eo.d
> >> -gchd ../src/lib/ecore/ecore_event_message_handler.eo
> >> Illegal instruction
> >> ninja: build stopped: subcommand failed.
> >>
> >> Help !
> >>
> >> PC
> >>
> >>
> >>
> >>
> >> _______________________________________________
> >> enlightenment-users mailing list
> >> enlightenment-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> >>
> >
> 
> 
> _______________________________________________
> enlightenment-users mailing list
> enlightenment-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to