VKoto
New Contributor
7 years agoNIOS II - UART
Hello, I have a problem with compilation my project in Eclypse. Compilation was stopped as you can see in attachment. Do you have some ideas what I was doing wrong? Thank you for your answers.
Have you configured your BSP when you created it using Eclipse.? If not, then select the uart BSP top most project and right-click it. From the menu, look for NIOS II -> BSP Editor.
This will open up the BSP editor . Select the "Settings" option in the left pane. Here you need to make the following changes.
Select/Enable only the following 4 options :
*enable_instruction_related_exceptions_api
*enable_small_c_library
*enable_reduced_device_drivers
*allow_code_at_reset
Uncheck all other options. Click "Generate" and then Exit. Now, go to Eclipse and build the BSP and application again. This time it should compile without any errors.
I've included the same project with the software built in this ZIP file. You can have a look at it.