[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[microblaze-uclinux] insmod doesn't work
Hi
I have updated my uClinux sources via CVS and microblaze elf tools are the ones from 20051121. I have made a very simple module that only prints out a hello world message and there is no complaining during compilation. But when i run insmod
hello.o i recieve the following message
Warning: unhandled reloc 5
insmod: Unhandled relocation of type 5 for
Warning: unhandled reloc 3
insmod: Unhandled relocation of type 3 for printk
Warning: unhandled reloc 5
insmod: Unhandled relocation of type 5 for
Warning: unhandled reloc 3
insmod: Unhandled relocation of type 3 for printk
When browsing the archives i saw that there was a patch for the insmod and that John gave a link to where it was but i couldn't see it. Could you post it again?
Anders