I was trying to create a new Nios II Application and BSP from Template. But I couldn’t do it and faced to following error;
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
I am using quartus2 and nios2eds on the windows at the moment. I am seeking for your nice suggestions in this matter. I would be grateful to you.
Thanks.
Nios II Application and BSP Template issue
Well, the error you are having when you create the Nios Application is possibly because of syntax and semantic errors in the code that you are using, and therefore you can use a compiler or interpreter to help you debug those errors, and also keep track of any errors that may occur so that you will not end up creating a large code that has a whole lot of bugs. You can also take advantage of tutorials that are meant to assist when you are developing a Nios Application and I am sure that you can find a lot of them online. Just go to Google and search for them Nios Application tutorials, and I will prefer that you search those in PDF format, and then follow the steps that have been given to create the application.
Regards
Thompson Locker