[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] EthernetLite driver



Hi Pavel,

Pavel Ivanchenko wrote:
> Additional,
> I try install xilinx_gpio module driver:
> 
>>> # insmod ./xilinx_gpio.o
>>> Using ./xilinx_gpio.o
>>> insmod: unresolved symbol XAssert
>>> insmod: unresolved symbol XAssertStatus 

Can you please try this patch, see if it fixes the problem for you?

Cheers,

John


Index: arch/microblaze/xilinx_ocp/Makefile
===================================================================
--- arch/microblaze/xilinx_ocp/Makefile (revision 298)
+++ arch/microblaze/xilinx_ocp/Makefile (working copy)
@@ -13,7 +13,8 @@
 # The Xilinx OS independent code.
 obj-y := xbasic_types.o xdma_channel.o xdma_channel_sg.o \
           xipif_v1_23_b.o xpacket_fifo_v2_00_a.o \
-          xpacket_fifo_l_v2_00_a.o xversion.o
+          xpacket_fifo_l_v2_00_a.o xversion.o  \
+          xilinx_syms.o

 # Linux file to EXPORT_SYMBOL all of the Xilinx entries.
 export-objs            += xilinx_syms.o

___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/