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

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
  • Note: This was originally posted on 21st May 2013 at http://forums.arm.com

    [It's a good idea to start a new thread (with an appropriate title) instead of changing the subject of an existing thread.  But I'll answer here anyway.]


    error: expected '(' before '{' token
    error: 'dsb' undeclared (first use in this function)

    Those look like gcc error messages.  That's armcc's inline asm syntax and gcc won't understand it.  Are you using gcc or armcc?

    What am I missing?  I am using the DS5 IDE on a Windows machine, this works fine on a Linux machine.

    Maybe you're using armcc on the Linux machine?
Reply
  • Note: This was originally posted on 21st May 2013 at http://forums.arm.com

    [It's a good idea to start a new thread (with an appropriate title) instead of changing the subject of an existing thread.  But I'll answer here anyway.]


    error: expected '(' before '{' token
    error: 'dsb' undeclared (first use in this function)

    Those look like gcc error messages.  That's armcc's inline asm syntax and gcc won't understand it.  Are you using gcc or armcc?

    What am I missing?  I am using the DS5 IDE on a Windows machine, this works fine on a Linux machine.

    Maybe you're using armcc on the Linux machine?
Children
No data