On Friday 08 February 2008 10:07:28 am Demetris Zavorotnichenko wrote: > Hi, I'm having problems crosscompiling Microwindows with linux 2.20 > Here is the error I get > Linking > /home/sakoman/gumstix/gumstix-oe/tmp/work/armv5te-angstrom-linux-gnueabi/mi >c rowindows-0.90-r0/microwindows-0.90/src/bin/nano-X ... > > srvmain.o: In function `main': > > srvmain.c:(.text+0x7bc): undefined reference to `GsSelect'
I'd say either HAVESELECT or UNIX did not get defined. If you recompile srvmain.c you should see -DUNIX=1 If not, then there's the problem. If it's on the command line, try adding a warning to include/device.h before and inside the #if to see if HAVESELECT is being defined. That explains what the problem is, but not why. As I'm relatively new to Nano-X myself, I can't say much more from the short message you supplied. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]