Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Ide 6.3.0. Unknown build message from a temporary makescript : (5 Items)
   
Ide 6.3.0. Unknown build message from a temporary makescript  
After my  workspace was crashed i get the message:

....LOKALE~1/Temp/make53282.sh[1]: cd: / - No such file or directory

How can i fix my IDE so that this message disappears?


Re: Ide 6.3.0. Unknown build message from a temporary makescript  
Will you be able to do a "make clean" to clean up that message?
Re: Ide 6.3.0. Unknown build message from a temporary makescript  
I have selected the function "Rebuild Project" with the following results:

make -s CPULIST=x86 EXCLUDE_VARIANTLIST=be/g/ PROJECT_ROOT_Common_Lccs=F:/home/projects/kmw/efcs/develop/sources630/
efcs_lcu/common/Common_Lccs PROJECT_ROOT_gdome_1=F:/home/projects/kmw/efcs/develop/sources630/efcs_lcu/ide_projects/
gdome_1 PROJECT_ROOT_monitoring_so=F:/home/projects/kmw/efcs/develop/sources630/efcs_lcu/ide_projects/monitoring_so 
PROJECT_ROOT_quaternion_so=F:/home/projects/kmw/efcs/develop/sources630/efcs_lcu/ide_projects/quaternion_so clean all 
C:/DOKUME~1/BEISCH~1.000/LOKALE~1/Temp/make46282.sh[1]: cd: / - No such file or directory
bash.exe: warning: could not find /tmp, please create!
attitude -> F:/home/projects/kmw/efcs/develop/sources630/efcs_lcu/bin/attitude
bash.exe: warning: could not find /tmp, please create!
attitude -> F:\home\projects\kmw\efcs\qnx630\root\binaeries\attitude\STD\attitude
RE: Ide 6.3.0. Unknown build message from a temporary makescript  
Try creating a /tmp directory.  Also it would appear that your TEMP
environment variable is pointing to a path with spaces in it. 

Rodney


-----Original Message-----
From: Bernd Beisch [mailto:bernd.beisch@ifp-beisch.com] 
Sent: Tuesday, March 11, 2008 9:39 AM
To: general-ide
Subject: Re: Ide 6.3.0. Unknown build message from a temporary makescript 

I have selected the function "Rebuild Project" with the following results:

make -s CPULIST=x86 EXCLUDE_VARIANTLIST=be/g/
PROJECT_ROOT_Common_Lccs=F:/home/projects/kmw/efcs/develop/sources630/efcs_l
cu/common/Common_Lccs
PROJECT_ROOT_gdome_1=F:/home/projects/kmw/efcs/develop/sources630/efcs_lcu/i
de_projects/gdome_1
PROJECT_ROOT_monitoring_so=F:/home/projects/kmw/efcs/develop/sources630/efcs
_lcu/ide_projects/monitoring_so
PROJECT_ROOT_quaternion_so=F:/home/projects/kmw/efcs/develop/sources630/efcs
_lcu/ide_projects/quaternion_so clean all 
C:/DOKUME~1/BEISCH~1.000/LOKALE~1/Temp/make46282.sh[1]: cd: / - No such file
or directory
bash.exe: warning: could not find /tmp, please create!
attitude ->
F:/home/projects/kmw/efcs/develop/sources630/efcs_lcu/bin/attitude
bash.exe: warning: could not find /tmp, please create!
attitude ->
F:\home\projects\kmw\efcs\qnx630\root\binaeries\attitude\STD\attitude


_______________________________________________
General
http://community.qnx.com/sf/go/post5689
Re: RE: Ide 6.3.0. Unknown build message from a temporary makescript  
Many thanks for the support.

I have fixed the problem as follows:

1) Open a dosbox (I'm working with XP-pro)
2) Start the bash
3) mkdir /
4) mkdir /tmp

Now it works again. But, I'm not sure that this was the right way.

Has someone a better solution?

Ps:
mkdir / creates the directory "c:\cygwin"
mkdir /tmp creates the directory "c:\cygwin\tmp"