Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
"cannot open source input file" due to cygdrive?
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
4626 views
Users
0 members are here
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
"cannot open source input file" due to cygdrive?
andredz
over 12 years ago
Note: This was originally posted on 26th October 2010 at
http://forums.arm.com
Environment: Windows/Cygwin
Compiler: armcc RVCT4.0 BUild 771
gnumake doesn't like Windows Path in the target dependency. So I have to convert it to cygdrive format.
I'm using vpath to search for source files.
When compiling, I got the following error:
"no source": Error: #5: cannot open source input file "/cygdrive/v/my_proj/source/my_code.c": No such file or directory
Questions:
Is it because of cygdrive? Can armcc see file in cygdrive folder? Because I'm pretty sure that the file exists in the directory.
Thank you
-Andreas
0
Quote