Forum Discussion
Altera_Forum
Honored Contributor
20 years ago --- Quote Start --- originally posted by tns1@Oct 11 2005, 02:49 PM i don't want to break anything that i can't fix easily. right after i install cygwin, what paths should i be looking at/fixing to make the altera tools work normally?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=10310)
--- quote end ---
--- Quote End --- I don't know offhand, but I'll tell you how to find them. The complex way is to open an SOPC Shell window and type "echo $PATH", then open a "normal" cygwin window and do the same thing. Compare the two path setups, then change your .bashrc to add the paths you need. (If you don't know bash, you should get the O'Reilly book learning bash.) The slightly simpler way is just to try to do things in your normal cygwin shell, and when it says it can't find a command, open an SOPC shell and type "type name_of_command" and it should tell you what the full path to the command is. Then just add that path to your .bashrc. This avoids picking up lots of paths you don't need.