Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - cp command error on QNX Neutrino: (4 Items)
   
cp command error on QNX Neutrino  
Hi,

I'm working adaptive partition process on QNX Neutrino. I'm follwoing this document.
http://www.qnx.com/developers/docs/6.3.2/adaptive_partitioning_en/user_guide/quickstart.html

1.I have completed first step.
Explanation step1: Log in as root 
You can look image1.png for this step

2.I have completed second step.
Explanation step 2: Go to the directory that holds the buildfile for your system's boot image (e.g. /boot/build).  
You can look image2.png for this step

3. I have not completed this step.
Explanation step 3: Create a copy of the buildfile: with this command "cp qnxbasedma.build apsdma.build"

i have error this steps. cp can't open destination this file (apsdma.build) : No such file or directory
You can look image3.png for this error


Also i have tried tried many parameters like -R,-C for this step but i still getting error.

What can i do for this error?

Thanks for help
Attachment: Image image.1png.PNG 454.79 KB
Re: cp command error on QNX Neutrino  
image2
Attachment: Image image2.png 462.64 KB
Re: cp command error on QNX Neutrino  
image3
Attachment: Image image3.png 461 KB
Re: cp command error on QNX Neutrino  
i solved this error with this command "cp qnxbasedma.build /home/apsdma.build".

Do you think this way, right?

Thanks