Hi all,

at least I located the reason: libffcall does not work on arm (armhf here).

__TR_clear_cache in callback/trampoline_r/cache-armel.s runs into the
illegal instruction.

While I _could_ work around that now, it's dissatisfactory.  Two
solutions come to mind:

a) Fix libffcall for real.  Requires more ARM and assembly knowledge
than I have.

b) Get rid of the libffcall dependency for iup.  This would require to
understand which results we'd ever expect from iupClassCallbackGetFormat
- again beyond me at this time.

Anybody having any suggestions for me?

Thanks sooo much.

/Jörg

Am 17.06.2015 um 13:52 schrieb "Jörg F. Wittenberger":
> Hi all,
> 
> I'm trying to get iup running.  It fails around line 355 in iup-base.scm
> when creating the wrapper object raising an "illegal instruction".
> 
> Anyone a good idea what a common reason could be?
> 
> (Aside: Jürgen: is there a way to ease development of the iup egg?
> chicken-install will always recompile everything.  That's tad slow.)
> 
> Thanks a lot
> 
> /Jörg
> 
> _______________________________________________
> Chicken-users mailing list
> Chicken-users@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/chicken-users
> 


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to