Okay thank you.
Can you quick -in very short, tell me, howto setup the needed enviroment for compiling kernels ?
I am having problems understanding how this works.
Past in time, i did a lot of kernel -compiling on my linuxbox, but that was not cross-compiling.
What i learned back then was to ::
Download the linux"vanilla" src. into /usr/src/linux and then softlink ln -s linux-xxx-vanillaxxx /usr/src/linux
Then make menuconfig, make bzimage, make modules, and make modules install if needed (remember modules is only another word for firmware/driver)
Also i learned that when building a kernel, the only difference between building, and modules, was that the modules could be loaded only when needed, leaving a smaller kernel. BUT things like lirc_rpi, i2c eg... need to be build in for working proberly, and that is why i need to learn this for my raspberry.
// Jesper