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

Compilation error

Note: This was originally posted on 30th August 2012 at http://forums.arm.com

[size="3"]  I never set the directory "c:\Program".  Why is there such an error?

This is the error information:

**** Build of configuration Debug for project startup_Cortex-A9 ****

make all
C:\Program: C:\Program: No such file or directory
make: *** [sorts.o] Error 127

**** Build Finished ****[/size]
  • Note: This was originally posted on 3rd September 2012 at http://forums.arm.com

    Thanks a lot. I think you are right. Through your help,I have resolved this error.

    I am guessing you are building one of the example projects that is suppled with ARM Development Studio 5 within Eclipse IDE. I recall there is a problem with autogenerated makefiles not properly being quoted or escaped when they contain spaces. Check where your workspace and example project are located, and if they are in C:\Program Files\ then move them to a new location that does not contain a space.
  • Note: This was originally posted on 31st August 2012 at http://forums.arm.com


    [size="3"]  I never set the directory "c:\Program".  Why is there such an error?
    [/size]


    Maybe it should have been "C:\Program Files\..." but you didn't put double quotes around it?