Re: cygwin make (e=2): The system cannot find the file specified.
Von: coolus007@gmail.com (coolus007@gmail.com) [Profil]
Datum: 07.11.2007 08:06
Message-ID: <1194419175.603709.153790@z24g2000prh.googlegroups.com>
Newsgroup: de.alt.comp.cygwin+co
Datum: 07.11.2007 08:06
Message-ID: <1194419175.603709.153790@z24g2000prh.googlegroups.com>
Newsgroup: de.alt.comp.cygwin+co
On Nov 6, 3:13 am, Matthias Bobzien <spam-gour...@bluewin.ch> wrote: > coolus...@gmail.com wrote: > > Hello > > > I am trying to compile code of vxworks in cygwin, I am getting the > > following compilation log:- > > > m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/ > > bin/ccpc/ccpc.exe > > -t5be -Wa,-EB -ansi -O2 -fno-builtin -Wall > > -Im:/myfolder/plf_tajman/taj1/co/windml-5.0/h -D_WRS_KERNEL -fno- > > strict-aliasing -fno-strict-aliasing -fno-strict-aliasing - > > D_WRS_LIB_BUILD -fno-zero-initialized-in-bss -c des.c > > > process_begin: CreateProcess((null), m:/myfolder/plf_tajman/taj1/ > > taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/bin/ccpc/ccpc.exe -t5be -Wa,- > > EB -ansi -O2 -fno-builtin -Wall -Im:/myfolder/plf_tajman/taj1/taj2-6.5/ > > target/h > > -Im:/myfolder/plf_tajman/taj1/taj2-6.5/target/h/wrn/corekre > > -Im:/myfolder/plf_tajman/taj1/co/kre_ten2-6.5/krerkreng/config > > -Im:/myfolder/plf_tajman/taj1/co/webservices-1.4/h > > -Im:/myfolder/plf_tajman/taj1/co/windml-5.0/h > > -DCPU=pcARCH5 -DTOOL_FAMILY=gnu -DTOOL=gnube -D_WRS_KERNEL -DpcEB - > > DpcEB > > -fno-strict-aliasing -fno-strict-aliasing -fno-strict-aliasing > > -D_WRS_LIB_BUILD -fno-zero-initialized-in-bss -c des.c, ...) failed. > > > make (e=2): The system cannot find the file specified. > > > m:\myfolder\plf_tajman\taj1\taj2-6.5\host\x86-win32\bin\make.exe[5]: > > *** [des.o] Error 2 > > Just a guess: Cygwin does not like "m:". What happens if you try > m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/bin/ ccpc/ccpc.exe > from Cygwin Shell?. > > Try to mount M: to /m : > mount M: /m > > and replace all "m:" in your makefile by "/m". > > Matthias- Hide quoted text - > > - Show quoted text - Hello, Thanks for your response,Matthias. The path of ccpc.exe was m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/ bin/ccpc.exe and NOT m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/ bin/ccpc/ccpc.exe. I corrected the above error. Still, I am stuck with the same error. If I do m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86- win32/bin/ccpc/ccpc.exe from Cygwin Shell,I get the following:- ->m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/ bin/ccpc.exe ccpc.exe: no input files The I go to the folder having a des.c. There I do:- ->m:/myfolder/plf_tajman/taj1/taj2-6.5/../gnu/3.4.4-taj2-6.5/x86-win32/ bin/ccpc.exe des.c (null) tried to spawn get_feature but failed: The system cannot find the file specified. What should I do know? My mail id id coolus007@gmail.com Thanks, coolus007[ Auf dieses Posting antworten ]
