Forum Discussion
Altera_Forum
Honored Contributor
20 years agokernal build error
dear hippo, Thank you help me , now i bulild the kernal in my custom board (EP1C6,SDRAM(8MB),FLASH(8MB),uart *2,jtat uart ) ,when i run menuconfig ,i select the ALTERA JTAG UARTsupport,a...
Altera_Forum
Honored Contributor
20 years ago1. Did you apply the Nios2 patches to uClinux-dist-test?
cd ~
tar jxf uClinux-dist-test-20060511.tar.bz2
cd uClinux-dist-test
zcat uClinux-dist.diff.gz | patch -p0 2. when you run "make menuconfig" , check if you have the correct target? Vendor/Product Selection ---> --- Select the Vendor you wish to target (Altera) Vendor --- Select the Product you wish to target (nios2nommu) Altera Products then <exit> 3. still in "make menuconfig", try restore to default setting, Kernel/Library/Defaults Selection ---> (linux-2.6.x) Kernel Version (None) Libc Version [*] Default all settings (lose changes) [ ] Customize Kernel Settings [ ] Customize Vendor/User Settings [ ] Update Default Vendor Settings Then <exit> <exit> <yes> 4. "make" again.