Forum Discussion
Altera_Forum
Honored Contributor
16 years agoaltera_avalon_sgdma.h not found during BSP build
I'm trying to make the app/bsp for the simple socket server plus application on a NEEK board (Cyclone III Starter board w/ NEEK upgrade kit daughter card). I can run the binaries fine, but when I try...
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">