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

Re: [microblaze-uclinux] undefined __down_interruptible and __up



Hi Viictor,

victor-sv_yeo@xxxxxxxxxxx wrote:

I have a device driver, I compiled the driver on petalinux-v0.30-rc1. The device driver declares a semaphore using:

MODPOST 1 modules

WARNING: “__up” [……/scull.ko] undefined!

WARNING: “__down_interruptible” [……/scull.ko] undefined!

Can you please add

EXPORT_SYMBOL(__down_interruptible);
EXPORT_SYMBOL(__up);

to linux-2.6.x/arch/microblaze/kernel/semaphore.c

and report if it solves the problem?

Thanks,

John
___________________________
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/