Forum Discussion
Altera_Forum
Honored Contributor
21 years agoCan’t find Nios2config.
I just downloaded eCos 2.0 for Nios II. After running the install, I am unable to find the nios2configtool utility. The configtool and configtool20 utilities are in the C:\altera\kits\nios2\component...
Altera_Forum
Honored Contributor
21 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- Not sure why it says No such file or directory, as that shouldn't be so.[/b] --- Quote End --- Typing just $PATH directly into the shell will try and EXECUTE the $PATH variable as a command! Hence your error message. If your path variable had contained 'rm *', you'd have said goodbye to all your files. To view $PATH, try 'echo $PATH', or 'printenv'. Both are much safer! - Roddy