Forum Discussion
Altera_Forum
Honored Contributor
21 years agokernal build on custom board
I am trying to build the uC linux kernal for a custom board. I am not using an Altera or Microtronix board. The kernal build fails wrt the JTAG UART. It fails, apparently, in the same spot whether...
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.