Forum Discussion
Altera_Forum
Honored Contributor
20 years agoPorting uClinux
Hi all I want to port uClinux to my own board ( ie: Stratix ). There are some steps to do this: 1. Adding vendor name, board name, files: uClinux-dist / vendors / vendor_name / ...
Altera_Forum
Honored Contributor
20 years agoHi all !
In the source code of Microtronix package , some files are in the folder: nios2linux-1.4/plugins/com.microtronix.nios2linux.kernel_1.4.0/linux-2.6.x/arch/nios2nommu having: # include <linux/stddef.h># include <linux/sched.h># include <linux/kernel_stat.h># include <linux/ptrace.h># include <asm/bootinfo.h># include <asm/irq.h># include <asm/hardirq.h># include <asm/nios.h> - I searched and could not find those folders (linux/ , asm/ ) / files ( nios.h ).... Where are they ?! - If I want to re-compile Microtronix's kernel without NIOS IDE, What should I do ?! Thank you, OneNet