Forum Discussion
Altera_Forum
Honored Contributor
21 years agoThe first line,
error: `na_jtag_uart' undeclared here (not in a function) means that the compiler can't find the expected symbol for the jtag uart. In SOPC-builder, rename the jtag uart to "jtag_uart", regenerate and try again. You might get more errors of the same kind if you have not named the modules exactly as the kernel expects them to be.