mSGDMA signal undeclared
Hello,
I'm a newbie to Platform Designer and NIOS2 and I am trying to add ethernet using the Triple Speed Ethernet IP and mSGDMA with the iNicheStack.
Using platform Designer generation of HDL is successful and add the iNicheStack using tcl-script.
The whole build process is started using make-files including the generation of the NIOS BSP files.
Unfortunately when software is compiled I get the following errors:
alt_sys_init.c:135:37: error: 'msgdma_rx' undeclared (first use in this function)
ALTERA_MSGDMA_INIT ( MSGDMA_RX, msgdma_rx);
alt_sys_init.c:136:37: error: 'msgdma_tx' undeclared (first use in this function)
ALTERA_MSGDMA_INIT ( MSGDMA_TX, msgdma_tx);
In another post (NIOS2-mSGDMA-Ethernet-example ) I read it might be related to the BSP settings.
Any help or thoughts would be appreciated.