From: Bernard L. <le...@bo...> - 2004-03-17 08:17:58
|
It looks like that error is from the assert() call. Try adding NDEBUG to the CFLAGS in the makefile and see if that helps. cheers, bern. MacIndian/Perreard Meryl <Mac...@fr...> said: > Hello. > > with the doc of JC and Bernard, my linux is working perfectly. > > Now, i'm compiling the GUI. > > First, there is a problem with bmp pictures of Microwindows when we > want to tar it. > impossible to convert it during the Make. > we had to untar microwindows we the soft Stuffit ... just double clik > on the file ... :-p and put pictures in the folder. > but after we have that: > > Mael:~/Linux-on-iPod/microwindows/src portable$ make > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `GdGetColorRGB': > /Users/portable/Linux-on-iPod/microwindows/src/engine/devopen.c:401: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `GdDrawImage': > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:787: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `GdBlit': > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1513: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1514: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1517: > undefined reference to `__eprintf' > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt:/ > Users/portable/Linux-on-iPod/microwindows/src/engine/devdraw.c:1656: > more undefined references to `__eprintf' follow > /Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd.elf2flt: In > function `mouse_hit': > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:265: > undefined reference to `image_keynorm' > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:260: > undefined reference to `image_keyshft' > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:257: > undefined reference to `image_keyctrl' > /Users/portable/Linux-on-iPod/microwindows/src/demos/nxkbd/nxkbd.c:274: > undefined reference to `image_keynum' > collect2: ld returned 1 exit status > make[2]: *** [/Users/portable/Linux-on-iPod/microwindows/src/bin/nxkbd] > Error 1 > make[1]: *** [subdir-nxkbd] Error 2 > Mael:~/Linux-on-iPod/microwindows/src portable$ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > iPodlinux-devel mailing list > iPo...@li... > https://lists.sourceforge.net/lists/listinfo/ipodlinux-devel > -- |