![]() |
|
|
|
#1 |
|
Hi
Iam using cygwin and whenever I try to run make , I could able to invoke synplify/modelsim, but the problem is, in the invoked software If I click any file its saying its not there, because of path problem. How to set the paths so that if its invoked from cygwin, the windows can see the path properly. Iam newbie to cygwin. Please help. Prakash prakash |
|
|
|
|
#2 |
|
Posts: n/a
|
prakash wrote:
> Iam using cygwin and whenever I try to run make , I could able to > invoke synplify/modelsim, but the problem is, in the invoked software > If I click any file its saying its not there, because of path problem. > How to set the paths so that if its invoked from cygwin, the windows > can see the path properly. Modelsim is only usable in native linux or native windows. Cygwin works well with for applications included in its distribution and those designed for it. http://groups.google.com/groups/sear...+modelsim+vhdl -- Mike Treseler Mike Treseler |
|
|
|
#3 |
|
Posts: n/a
|
"prakash" <> skrev i en meddelelse news: oups.com... > Hi > Iam using cygwin and whenever I try to run make , I could able to > invoke synplify/modelsim, but the problem is, in the invoked software > If I click any file its saying its not there, because of path problem. > How to set the paths so that if its invoked from cygwin, the windows > can see the path properly. > Iam newbie to cygwin. Please help. > Prakash > You don't have to use bash to use cygwin. Add your cygwin/bin to the path, and you can use make (and others) from a normal command line (cmd). You do this by right-clicking on "my computer" and selecting properties. The "advanced" tab allows you to change the environment variables (button at the bottom of the tab), including the path. Thomas Thorsen |
|
|
|
#4 |
|
Posts: n/a
|
prakash a écrit :
> Hi > Iam using cygwin and whenever I try to run make , I could able to > invoke synplify/modelsim, but the problem is, in the invoked software > If I click any file its saying its not there, because of path problem. > How to set the paths so that if its invoked from cygwin, the windows > can see the path properly. > Iam newbie to cygwin. Please help. > Prakash > hello, I encountered the same problem while porting my modelsim makefiles from UNIX to windows. To re-use them under cygwin, I only had to replace all the absolute paths by the folowing command cygpath -m. Here is an example of syntax : USER_INCDIR = `cygpath -m "$(WORK_DIR)/include"` regards, Manu manu |
|
|
|
#5 |
|
Posts: n/a
|
Thanks for all suggestions, I could solve it by using relative paths in
make files instead of absolute path. Prakash prakash |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What program will convert a MPEG2 video to MPEG4 retaining a playback aspect ratio? | Dima | DVD Video | 55 | 02-21-2005 02:24 AM |