Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Hi, it seems as if I'm not finished, yet.... I renamed my UART from uart_1 to stdio_1 in SOPC builder (I'm using Quartus 9.1 for this project). Now, while building the BSP on the command line, I get the message SEVERE: [Error] altera_systemh_generator: <b>hal.stderr</b> out of range SEVERE: [Error] altera_systemh_generator: <b>hal.stdin</b> out of range SEVERE: [Error] altera_systemh_generator: <b>hal.stdout</b> out of range Hmm, I dig into it, but maybe somebody has an idea how to solve this issue? (or at least, what it means in the first place?) Regards, Maik --- Quote End --- I'm running into a very similar issue. my error message is "[Error] hal: <b>hal.stdin</b> "uart_0" is out of range: "none", "lcd", "jtag_uart_1"" It seems like the range isn't related to address space, but to a list of acceptable interfaces. I'm not sure where that list is defined, since I don't have a module labeled "lcd" in the project.