[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] uClinux Dhrystone option




After getting a kernel to succesfully build I tried to build the same kernel with the dhrystone option enabled.  But I get the following error when I run make.  

make[2] Entering directory '/rot/uClinux-dist/user/dhrystone'
make[2] *** No rule to make target 'romfs'. Stop.
make[2] Leaving directory '/root/uClinux-dist/user/dhrystone'
make[1] *** [romfs] Error 2
make[1] Leaving directory '/root/uClinux-dist/user'
make: *** [romfs] Error 1

Not sure why it is doing this or what i need to do to make this.

THe steps I did where to run make menuconfig and then set the dhrystone option and then ran make dep and then make and when I ran make i get this error.

Thanks

Brett