Forum Discussion
Altera_Forum
Honored Contributor
15 years agouClinux 20100621 - conneting NIOS HW with linux
Hi I can not connect NIOS hardware with uClinux kernel. I successfully did it when uClinux support make vendor_hwselect. But when I have to build my custom header file with command sopc-creat...
Altera_Forum
Honored Contributor
15 years agoYes it helped. Now I have less error like:
/util/Altera_soft/workspace/nios2-linux/linux-2.6/arch/nios2/boards/2c35/config.c:1157: error: 'TSE_MAC_BASE' undeclared here (not in a function) /util/Altera_soft/workspace/nios2-linux/linux-2.6/arch/nios2/boards/2c35/config.c:1163: error: 'SGDMA_RX_BASE' undeclared here (not in a function) /util/Altera_soft/workspace/nios2-linux/linux-2.6/arch/nios2/boards/2c35/config.c:1169: error: 'SGDMA_TX_BASE' undeclared here (not in a function) /util/Altera_soft/workspace/nios2-linux/linux-2.6/arch/nios2/boards/2c35/config.c:1175: error: 'SGDMA_RX_IRQ' undeclared here (not in a function) /util/Altera_soft/workspace/nios2-linux/linux-2.6/arch/nios2/boards/2c35/config.c:1181: error: 'SGDMA_TX_IRQ' undeclared here (not in a function) Where can I switch it off?