Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - cygwin + win-XP

 
Thread Tools Search this Thread
Old 03-30-2006, 08:23 AM   #1
Default cygwin + win-XP


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
  Reply With Quote
Old 03-30-2006, 04:02 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: cygwin + win-XP
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
  Reply With Quote
Old 03-30-2006, 05:07 PM   #3
Thomas Thorsen
 
Posts: n/a
Default Re: cygwin + win-XP

"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
  Reply With Quote
Old 03-30-2006, 10:56 PM   #4
manu
 
Posts: n/a
Default Re: cygwin + win-XP
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
  Reply With Quote
Old 04-05-2006, 05:22 PM   #5
prakash
 
Posts: n/a
Default Re: cygwin + win-XP
Thanks for all suggestions, I could solve it by using relative paths in
make files instead of absolute path.
Prakash



prakash
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46