http://www.raspberrypi.org/downloads
"2013-09-25-wheezy-raspbian.zip"
The version i installed is 3.6.11+
After installed i make full update
Code: Select all
apt-get update
apt-get upgrade
After that i follow this tutorial:
http://paulspiblog.wordpress.com/2013/0 ... he-kernel/
And then i try to compile my hello world module. My code is compiled correctly the problem is when i try:
Code: Select all
sudo insmod hello.ko
dmesg output:
Code: Select all
hello: no symbol version for module _layout
hello: no symbol version for module_layout
I will appreciate any help.
uname -a output:
Code: Select all
Linux raspberrypi 3.6.11+ #538 PREEMPT Fri Aug 30 20:42:08 BST 2013 armv6l GNU/Linux
Facundo