Forum Discussion
Altera_Forum
Honored Contributor
15 years agoEclipse "Generate BSP" fails, nios2-bsp-generate-files succeeds
I'm running into a problem with BSP generation that I hope somebody out there might be able to help me out with. In a nutshell, using the "Generate BSP" option from Eclipse fails, while going to the...
Altera_Forum
Honored Contributor
15 years agoThis sounds like a search path issue. Where have you placed the uart in your file system? If it's not in a standard location did you use an .ipx file to reference it?
Try moving the uart to <ACDS install dir>/<version>/IP/uart then regenerate your system and then generate the BSP. That /IP directory is recursively searched by the tools. If you want a local copy of the UART to live with your hardware project you would use this directory instead: <hardware project directory>/IP/uart