Altera_Forum
Honored Contributor
21 years agoKernel development on Nios Linux 2.6 distribution
The Nios II Linux 2.6 distribution is not really biased for kernel development, but since this is all what I have, what way you suggest I should develop my drivers?
I understood importing the source files into a kernel project was good just for debugging the kernel, so that you actually see where you are going. So any changes should be made directly to the kernel directory in the Eclipse plug-in directory. Am I right? Okay, I can do the changes there, but how can I get them into the IDE reasonably? There's no "open file" option in the IDE! If I develop my driver as a module, could I just use the Linux application project as a basis and just fix the makefile so that it will be compiled as a module? Will there be a problem with the kernel include files? Thanks for any ideas in advance! -Tervis