Hi Robert, I was able to follow your steps and cross compile the kernel (3.8.13-xenomai-r79) and also copied the necessary modules and zimage and dtb files.
steps followed: host$ *git clone https://github.com/RobertCNelson/bb-kernel.git <https://github.com/RobertCNelson/bb-kernel.git>* host$ *cd bb-kernel* host$ *git tag* (This shows what versions can be checked out.) host$ *git checkout 3.8.13-xenomai-r79*host$ *./build_kernel.sh* after that I copied the zImage , *.dtb and modules ( also you have not seperately made a build directory , the build directory in lib/modules contains the linux source files also) The kernel is up and running in BBB , but when I am trying to build a kernel module it is throwing me error make[1]: Entering directory `/lib/modules/3.8.13-xenomai-r79/build' WARNING: Symbol version dump /lib/modules/3.8.13-xenomai-r79/build/Module.symvers is missing; modules will have no dependencies and modversions. CC [M] /root/openvlc/reed_solomon.o scripts/genksyms/genksyms: 1: scripts/genksyms/genksyms: Syntax error: "(" unexpected As i can figure out there is no symversions table for the modules. There was none after running the build_kernel.sh script. I am also supposing that the genksyms is trying to generate the symbol version information but fails to do so Can you point out what I am doing wrong. Regards Prankur -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/b06a6533-8d76-46cc-93f0-9f88484c1354%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
