Forum Discussion
TonyH
New Contributor
4 years agoAutogenerated NIOS2 BSP from sopcinfo missing Eclipse project files
Whenever my FPGA design changes I have a shell script that takes the sopcinfo as input and generates a new BSP and runs 'make' on it. That all works fine and and my NIOS2 application builds OK with t...
- 4 years ago
Unfortunately, there is no SBT command line tools or tcl available for generating .project and .cproject.
However, you can run nios2-bsp and create-this-bsp to generate full BSP.
EricMunYew_C_Intel
Frequent Contributor
4 years agoUnfortunately, there is no SBT command line tools or tcl available for generating .project and .cproject.
However, you can run nios2-bsp and create-this-bsp to generate full BSP.
TonyH
New Contributor
4 years agoThanks for the reply Eric.
I do use the command line tools & Tcl scripts to control the settings and generate the BSP.
I just thought it would be nice to generate the Eclipse project files too. Never mind.
Regards.