Hi everybody, I'm trying to have PicoGUI working under uClinux with uCdimm. I am using uClinux-2.0.38 pre10 (an old version, i know...) and m68k-pic-coff tools, and picogui-0.45. I try this command to configure Picogui: CC=m68k-pic-coff-gcc LD=m68k-pic-coff-ld STRIP=m68k-pic-coff-strip AR=m68k-pic-coff-ar ./configure --host=m68k-pic-coff --build=`./config.guess` --prefix=MY_PATH.
After I try to build pgserver: make. I have an error when trying to read the archive file: m68k-pic-coff-gcc -O2 -fomit-frame-pointer -o pgserver.coff pgmain.o ./.libs/libpgserver.a ./.libs/libpgserver.a: could not read symbols: Archive has no index; run ranlib to add one mv: ne peut �valuer `pgserver.coff': No such file or directory Can't open pgserver.coff.coff make[2]: *** [pgserver.coff] Erreur 1 make[2]: Leaving directory `/picogui/picogui-0.45/pgserver' make[1]: *** [all-recursive] Erreur 1 make[1]: Leaving directory `/picogui/picogui-0.45/pgserver' make: *** [all-recursive-am] Erreur 2 I know it is a problem with the toolchain but I don't understand how I can use the m68k-pic-coff-ar tools. The default tool used is ar: ar cru .libs/libpgserver.a .libs/libpgserver.lax/libnet.a/ etc... I've tried to modify the ./configure file without success. Can somebody please help thanks romain ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Mail : http://fr.mail.yahoo.com ------------------------------------------------------- This SF.net email is sponsored by: VM Ware With VMware you can run multiple operating systems on a single machine. WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the same time. Free trial click here: http://www.vmware.com/wl/offer/345/0 _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
