Forum Discussion
Altera_Forum
Honored Contributor
21 years agoconfigure kernel
hello, i installed quartusII 4.2, nios2 1.1 and uclinux 1.3. The installation of uCLinux shows at the end a message that "cygwin extension" has not been installed. How can i install cygwin ext...
Altera_Forum
Honored Contributor
21 years ago --- Quote Start --- originally posted by preloader@Jun 8 2005, 03:17 PM can anyone help me to solve this problem? --- Quote End --- Open a shell (cygwin or native) and cd to the location of the kernel sources. Type:
$ make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- menuconfig This will work on a GNU/Linux system (provided you have ncurses and gcc installed, but you will need to perform quite some work _not_ to install these). If it does not in your Windows system, your basic compiler environment is bad. Having a look at your cygwin output, it looks to me as if you did not install the compiler header files correctly.