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 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.
Reply
  • 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.
Children
No data