Hi, I did some progress but I cannot run properly the application. At the moment my application run properly with fltk 1.3.x built with i386-linux-gcc. If I try to run the same application built for avr32 it works if I use the fltk1.1.9. If I use the fltk 1.3.x it exits with a SIGABORT signal and right now I didn't understand how to debug and find the cause because the gdb stack is corrupted. Any idea to solve or investigate this problem? How is it possible that the change of the library produce this strange effect? Thanks in advance Jaws
> [email protected] (Jaws) wrote: > > > I am working on linux plaform to develop the application and then it is > > cross-compiled and run on an embedded system with AVR32. > > The problem is on the linux platform. I deleted all the libfltk*.so and > > libfltk*.a available on /usr/lib or /usr/local/lib. > > In attach you'll find the backtrace. > > I'm afraid I can't help with the information provided. Your backtrace seems > not > to indicate any FLTK relevance. Maybe the crash is completely unrelated to > FLTK. > > Please try if you can run the demo programs (they are linked statically, > IIRC). > If you can, try to build a short program with fltk-config, e.g. the short > slider > demo that Ian posted yesterday [1], and that I updated today [2]. > > The only thing you need to do is to save it in a file and compile and link it > with the commandline shown in the comment. For this you should use the > fltk-config script that has been generated in the source tree, because then > you > can be sure that it uses the generated FLTK libs and nothing else. > > If this works, then it must be something with your application, and you will > have > to debug it ... > > Albrecht > > [1] http://www.fltk.org/newsgroups.php?gfltk.general+v:27450 > [2] http://www.fltk.org/newsgroups.php?gfltk.general+v:27458 _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

