Forum Discussion
Altera_Forum
Honored Contributor
16 years agomake kernel compilation error
Hi all, I am compiling kernel using default kernel settings like ............. make menuconfig make vendor_hwselect SYSPTF=/../.ptf make Here i am getting error.................
Altera_Forum
Honored Contributor
16 years agoIt might be that some files were missing, please try check out again with,
cd nios2-linux/linux-2.6 git clean -f -x -d git checkout -f Then go back to uClinux-dist and make. - Hippo