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

Re: [microblaze-uclinux] insmod doesn't work



I changed it manually and it worked, thanks.
But now i have another problem.

Is it possible to use the microblaze_timer_configure function in a module? What i want is to configure my second timer i have added in the design to generate interrupts at a specified rate and that function looks perfect if it only would work. What happens now is that when i run insmod i get the following error "insmod: unresolved symbol microblaze_timer_configure". Is it possible to use it? if it is, what do i have to do to make it work?

Thanks

//Anders