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.
I was able to recreate your issue.. and the solution is quite simple ... just include the following line in your code and the error will go away..
#include "altera_avalon_uart_regs.h"
The project compiles without any issues now. Try it and see if it works out.