Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- 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: --- Quote End --- I have the same problem. I'm using Quartus II web edition 10.0sp1 and Nios II Eclipse suite 10.0sp1 I have the same problem
- LigasN5 years ago
New Contributor
I had this error with output like:
SEVERE: .entry section mapping not created because reset memory region not located at base address 0xffffffffffffffff.
then I checked:
https://embdev.net/topic/248933Had the same problem, sovled it by : - in QSYS->System Contents , right click your Nios cpu -> Edit... - in the tab "Core NiosII", check if "reset vector memory" points to a memory module and not e.g. jtag etc. - same with "exception vector memory" - after correction : QSYS->Generation->Generate
And finally, I've set the proper Reset Vector Memory (on my RAM.s1 connected to NIOSII) and Exception Vector the same way. I had no "Core NiosII" tab in 18.1 version.