2008-02-20 09:11:38 Adding device driver in kernel
sree ganesh (INDIA)
Message: 51343 hi all,
i have been trying the driver program for ADV7189B to add with the kernel, i'm following the documents stated Basic Driver Configure and Build in the Driver Development . After i add the driver in the kernel and compile i'm getting the following errors
/opt/uClinux/bfin-uclinux/bin/bfin-uclinux-ld.real: error: no memory region spec ified for loadable section `.modinfo'
Any idea regarding this.
shree.
QuoteReplyEditDelete
2008-02-20 09:45:31 Re: Adding device driver in kernel
Robin Getz (UNITED STATES)
Message: 51350 Shree:
To compile module/driver, have a look at:
http://docs.blackfin.uclinux.org/doku.php?id=a_simple_module_example#building_the_module
-Robin