1. 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.