Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Error while creating a project using Nios II Software Build Tools for Eclipse

I am running quartus2 and nios2eds in windows.

i was unable to Create a New Nios II Application and BSP from Template.

the error was

unable to create project

Reason:

Failed to execute: ./create-this-app --no-make

chmod: changing permissions of `.': Permission denied

chmod: changing permissions of `./create-this-app': Permission denied

some one help me:confused:

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    One of the early mistakes that I made was to use filenames with spaces (like 'My Documents\My Projects\Nios II Test'). No spaces are allowed and there is no error message stating this limitation.

    Bill
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    Try running the SBTs as administrator. (Right clock on the shortcut and select "Run as Administrator".)

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    As u said i run SBT as administrator, it is working :)

    thank u for ur reply.