From: Ludovic G. <lud...@ch...> - 2005-09-14 16:34:59
|
Hi Michael, I have another problem : gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_N= ULL.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_I= mage.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_RouterBoard.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_SimpleLCD.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_T= 6963.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_U= SBLCD.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_generic_text.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_GNU_SOURCE -Wall -W -g -O2 -c drv_generic_graphic.c /tmp/ccHOrM9u.s: Assembler messages: /tmp/ccHOrM9u.s:9848: Error: unknown pseudo-op: `.lc561\uffff' make: *** [drv_generic_graphic.o] Erreur 1 thank you Michael Reinelt a =E9crit : >Hi Ludovic, > > > >>I can't compiling the lcd4linux with matrix orbital driver. I have this message >>at the end : >> >> > >Thanks a lot for pointing this out. There's been a bug in drivers.m4 >which did not compile and link the generic text driver for several >displays. Fixed in CVS. > >If you do not want to use the CVS version, just omit the >'--with-drivers=3DMatrixOrbital' parameter to 'configure', so the text >driver will be included anyway. > > >bye, Michael > > > |