On Wed, Jul 25, 2001 at 11:12:47AM +0200, Andre.Messerschmidt@infineon.com wrote: > I compiled the tools by myself but the problems remain. > My module should only print a message using printk, but I can't get it to > run. > > Here are my results: > > insmod module.o > insmod: unresolved symbol _gp_disp > > Module compiled with -mno-abicalls and -no-half-pic (as someone in the > archives mentioned) -fno-pic you mean. Half PIC is meaningless under Linux. Ralf