Other Parts Discussed in Thread: CC2538
Hello,
Here is the result of execution of "cd" command:
Pavel@Saratoga ~
$ cd C:/Users/Pave/Documents/Proj_EPFL/Domotique/CC2538_firmware/contiki-2.7/examples/cc2538dk
cygwin warning:
MS-DOS style path detected: C:/Users/Pave/Documents/Proj_EPFL/Domotique/CC2538_firmware/contiki-2.7/examples/cc2538dk
Preferred POSIX equivalent is: /cygdrive/c/Users/Pave/Documents/Proj_EPFL/Domotique/CC2538_firmware/contiki-2.7/examples/cc2538dk
CYGWIN environment variable option "nodosfilewarning" turns off this warning.
Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
-bash: cd: C:/Users/Pave/Documents/Proj_EPFL/Domotique/CC2538_firmware/contiki-2.7/examples/cc2538dk: No such file or directory
But the specified directory does exist !
I've tried in another way (following suggestion):
Pavel@Saratoga ~
$ cd /cygdrive/c/Users/Pave/Documents/Proj_EPFL/Domotique/CC2538_firmware/contiki-2.7/examples/cc2538dk
-bash: cd: /cygdrive/c/Users/Pave/Documents/Proj_EPFL/Domotique/CC2538_firmware/contiki-2.7/examples/cc2538dk: No such file or directory
Where is the problem ?
Thanks in advance
Pavel.
Where is problem