On 3/15/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>         Massimiliano wrote:
>
> > Hi all, finally i'm able to test my EFL code under my ARM-based
> > devel board. My target is to be able to have a crosscc edje,
> > therefore i've started at the bottom, in order eet, evas, ecore
> > and finally edje. cross-eet works well, my problem is evas.
> > I wrote a simple app (see main.c attached) with a lot of printf
> > for debugging (at this moment i haven't gdbserver working on
> > target, damn), and here's a cut&paste from my target console when
> > i run my app.
> >
> > /sbin # sb_evas1
> > Evas inizializzato.
> > Evas canvas istanziato.
> > Engine disponibili:
> > fb
> > buffer
> > Framebuffer disponibile.
> > Output method: 1
> > Step1 !
> > Segmentation fault
> >
> > Looking in the code, it seems that the segfault happens at
> > evas_output_method_set(evas, output_method)
> >
> > Can anyone help me?
> >
> > TIA
>
>         Ummm... Anyone else experience a similar problem?
>

no, just compiled the source code and works for me. Massimiliano can
you make a backtrace of the segfault? if it is for an embedded device,
it might be some cross compiling issues. note that
evas_render_method_list gets the possible modules at compile time not
at run time (i.e it does not lists the engine modules that are on the
filesystem, but the compilation options), and when you do a evas_init
it does initialize the modules that are located at an arch dependent
directory:
$prefix/lib/evas/modules/engines/ENGINE/ARCH/module.so
tell us what is the ARCH directory as it might not find any module for
your arch.


turran


>    jose.
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to