473,507 Members | 8,054 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

cygwin make does not execute command under XP

Hello,
I have a small problem running a make script under cygwin on a PC with
windows XP. The following script:

all:
@echo Creating ...
"c:/altera/quartus51/sopc_builder/bin/sopc_builder" \
--update_classes_and_exit --no_splash -s \
--projectpath$(dir $(PTF)); \
[ $$? = 2 ]

I get the message that c:/altera/quartus51/sopc_builder/bin/sopc_builder
can not be found, but it is there. When I modify the line, e.g. remove
the double quotes, the semicolon and some other stuff it works. The
problem it that this is just one line from a large development system
with hundreds of lines and I can not modify everything. Somehow it has
to work so I assume some setting problem. any advise is very welcome.
Many thans in advance,

Michael.
Dec 7 '05 #1
3 2799
Michael wrote:
Hello,
I have a small problem running a make script under cygwin on a PC with
windows XP. [snip]


Your question is not topical to this newsgroup. Please visit:

http://cygwin.com/problems.html

Thanks.

Dec 7 '05 #2
Hi Michael,

Although not lang c related here in short the problem:
Cygwin cannot directly access tools using the Windows path name. Two
options:
1) use the cygpath utility for converting the Windows path to a path
understood by Cygwin. See man cygpath under cygwin.
2) mount the Windows path (only the directory) onto a Posix path name
(e.g. /mnt) and then you can access your tool as /mnt/sopc_builder ...

Rudi

Dec 7 '05 #3
Michael <mi*****@nokia.com> wrote:
I have a small problem running a make script under cygwin on a PC with
windows XP. The following script:


In addition to your other responses, Cygwin has several very active
mailing lists that would be ideal places for such questions in the
future. http://www.cygwin.com/lists.html

--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.
Dec 7 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
14342
by: Jorgen Grahn | last post by:
I couldn't think of a good solution, and it's hard to Google for... I write python command-line programs under Win2k, and I use the bash shell from Cygwin. I cannot use Cygwin's python package...
0
2316
by: dw | last post by:
Pehaba, does anyone knows how to install MySQLdb on cygwin? - test device: MySQLdb 0.9.2.0 targz + cygwin 1.5.7-cr-0x9e + python 2.3.3 on cygwin + mysql 4.0.17 win32 - modified setup.py's...
2
12420
by: JustSomeGuy | last post by:
I'm writing a socket class using unix flavor sockets. I'm developing on win2k with M$ visual studio 6.0. I have cygwin installed and would like to use its socket header files: #ifdef UNIX...
1
2446
by: JP | last post by:
Just installed Cygwin on my Win 2K Pro workstation today. I had the installer install PostgreSQL, and it's working just fine. I can start it either with postmaster -D /blah/blah/blah & or with...
0
2687
by: Norm Wong | last post by:
If anyone is interested in using db2uext2 with Cygwin gcc compiler on Windows, I've modified the IBM provided sample with the attached file. There are two main modifications. The mkdir command...
2
4064
by: Stewart Midwinter | last post by:
this has me puzzled; I've created a small test app to show the problem I'm having. I want to use subprocess to execute system commands from inside a Tkinter app running under Cygwin. When I...
0
2338
by: Stewart Midwinter | last post by:
I have a Tkinter app running on cygwin. It includes a Test menu item that does nothing more than fetch a directory listing and display it in a Toplevel window (I'd use a tkMessageBox showinfo...
4
14035
by: reachsamdurai | last post by:
Hello, Can you please let me know the procedure to reach db2 command prompt from a cygwin window (hence without using Start-> Run -> db2cmd method). I'm planning to write shell scripts which...
0
3265
by: dot | last post by:
I spent a few headache filled days trying to use GMP on windows (XP pro) I finally got it to work and since I found little help on the Web I thought someone might find what i did useful. ...
0
7223
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7110
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7372
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7030
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7482
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1540
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
758
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.