Forum Discussion
Altera_Forum
Honored Contributor
19 years agoCant configure kernel
I cant seem to configure the kernel. I get the following error (shown below) . i recently installed a linux distribution for freescale's 8347 processor that was using cygwin as well. I think that...
Altera_Forum
Honored Contributor
19 years agoHi,
Be sure that the application you create has a clean path i.e : you should not have white spaces in directory name, because you are running Nios II under windows, and windows OS alow white spaces in directory name but Cygwin not ! in particular if you create the project on Desktop you will have : "C:\Documents and Settings\...\..." in the path and Cygwin interprets the white space as end of command. I hope this will help you