Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI can't make " New-Nios II Application and BSP from template".
Hi,all.
I tried to make " New-Nios II Application and BSP from template", but I can't make it. I selected the ".sopcinfo file", and typed "Project name", and choose "Blank Project" at the project template, I click "Finish" at the last. As soon as I clicked , Creating Project begin , but 10 seconds later "Error Creating Project" window appears. The error message is "Failed to execute: ./create-this-bsp --cpu-name cpu --no-make". Do you know how to solve this probrem?12 Replies
- tms4517
New Contributor
I was following the "AN 717: Nios II Gen2 HardwareDevelopment Tutorial" and came across this error. `Failed to execute: ./create-this-bsp --cpu-name cpu --no-make`.
The issue came about because I hadn't completed step 9 of section 1.5.5.3. "9. Connect the s1 port of the on-chip memory to both the data_master port and instruction_master port of the Nios II processor."I connected the ports, reassigned the base addresses, recompiled the design and when I created a New Nios II Application and BSP from Template the issue seems sorted.
- Kelvin_Thomas
New Contributor
In my case, I'm still getting the error after reassigning the base addresses and recompiling the design.