Arm Community
Site
Search
User
Site
Search
User
Support forums
Arm Development Studio forum
No such file or directory
Jump...
Cancel
Locked
Locked
Replies
4 replies
Subscribers
119 subscribers
Views
4965 views
Users
0 members are here
Options
Share
More actions
Cancel
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
No such file or directory
Mark Griffiths
over 12 years ago
Note: This was originally posted on 17th May 2013 at
http://forums.arm.com
Hello,
While using DS5 to build my project, I get the following error:
fatal error: xyz.h: No such file or directory
I know that it exists but how do I let the compiler know where to look?
Parents
Mark Griffiths
over 12 years ago
Note: This was originally posted on 20th May 2013 at
http://forums.arm.com
OK thanks, that was pretty easy.
I'm still having some troubles with the _asm code, e.g.
[color="#7f0055"]__asm[/color]
{ dsb };
[color="#7f0055"]__asm[/color]
{ isb };
which gives the error
error: expected '(' before '{' token
error: 'dsb' undeclared (first use in this function)
I am using the Arm Cortex A9 so ARMv7-A arch.
What am I missing? I am using the DS5 IDE on a Windows machine, this works fine on a Linux machine.
Cancel
Vote up
0
Vote down
Cancel
Reply
Mark Griffiths
over 12 years ago
Note: This was originally posted on 20th May 2013 at
http://forums.arm.com
OK thanks, that was pretty easy.
I'm still having some troubles with the _asm code, e.g.
[color="#7f0055"]__asm[/color]
{ dsb };
[color="#7f0055"]__asm[/color]
{ isb };
which gives the error
error: expected '(' before '{' token
error: 'dsb' undeclared (first use in this function)
I am using the Arm Cortex A9 so ARMv7-A arch.
What am I missing? I am using the DS5 IDE on a Windows machine, this works fine on a Linux machine.
Cancel
Vote up
0
Vote down
Cancel
Children
No data