Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI was following the Arrow BeMicro SDK Lab Instructions when I came across a similar problem. The drivers relating to "altera_avalon_sgdma.h" were missing when I created the BSP. I was using Quartus II v11.0 but the project was created with v10.0. The solution was to open the "sopcinfo" file as a text file and change the version stated in the line below from "10.0" to "11.0". This worked a treat!
<module name="sgdma_tx" kind="altera_avalon_sgdma" version="11.0">