Forum Discussion
Altera_Forum
Honored Contributor
11 years agoeclipse error
hello
I made a project where i added NIOS processor and a memory i compiled the project succesfully but when am trying to run a simple BSP project i had this error on eclipse Failed to execute ./create-this-bsp--cpu-name nios2_qsys_0--no-make4 Replies
- Altera_Forum
Honored Contributor
--- Quote Start --- hello I made a project where i added NIOS processor and a memory i compiled the project succesfully but when am trying to run a simple BSP project i had this error on eclipse Failed to execute ./create-this-bsp--cpu-name nios2_qsys_0--no-make --- Quote End --- Hello I have same error. I applied the steps on the link below but didn't work. May be you can solve your problem. click here to solve your probem. http://www.alteraforum.com/forum/archive/index.php/t-24444.html and I want an another solution if anyone knows. Please help me.http://www.alteraforum.com/forum/attachment.php?attachmentid=9951&stc=1 - Altera_Forum
Honored Contributor
Make sure your board is plugged in and on. Additionally, make sure your Qsys design has a system ID and that the Nios element has on chip memory slaves set as reset and exception vectors.
- Altera_Forum
Honored Contributor
Take a look at the console output. It issues a severe error "Setting does not exist for BSP: "hal.max_file_des.."
It looks like the bsp file has errors - Altera_Forum
Honored Contributor
You can try re generating the BSP file. Right click on the project Nios II -> BSP Editor and click generate.
Sometimes just regenerating the BSP can help. Good luck!