[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] insmod doesn't work
Hi John, Andres
I have problems with insmod too. I try applying the patch ( manually change ):
@@ -998,7 +998,7 @@ arch_apply_relocation(struct obj_file *f
*loc += v - got;
break;
-#elif defined (__microblaze__)
+#elif defined (microblaze) || defined(__microblaze__)
case R_MICROBLAZE_NONE:
case R_MICROBLAZE_64_NONE:
case R_MICROBLAZE_32_SYM_OP_SYM:
and the patches in:
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2004/07/msg00037.html
http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/archive/2005/09/msg00117.html
but when in try to load the xilinx_gpio module i get:
# insmod xilinx_gpio
Using /lib/modules/2.4.31-uc0/kernel/drivers/char/xilinx_gpio.o
insmod: unresolved symbol XAssert
insmod: unresolved symbol XAssertStatus
What am i missing??
Thanks a lot
Oscar