Altera_Forum
Honored Contributor
19 years agoDM9000 could supported by uClinux?
When make menuconfig, I choose the networking supporting, because my altera board is DE II, it's ethernet is DM9000, so I choose the DM9000 in devrice choose.
after that. when I using command to generate the zImage, it couldn't pass. I get some fault like as: make ARCH=nios2nommu CROSS_COMPILE=nios2-linux-uclibc- menuconfig ... drivers/net/dm9000x.c:305: error: `na_dm9000_irq' undeclared here (not in a function) drivers/net/dm9000x.c: In function `dmfe_probe': drivers/net/dm9000x.c:362: error: `na_dm9000' undeclared (first use in this function) drivers/net/dm9000x.c:362: error: (Each undeclared identifier is reported only once drivers/net/dm9000x.c:362: error: for each function it appears in.) drivers/net/dm9000x.c: At top level: drivers/net/dm9000x.c:291: warning: 'dmfe_debug' defined but not used drivers/net/dm9000x.c:295: warning: 'debug' defined but not used drivers/net/dm9000x.c:296: warning: 'mode' defined but not used drivers/net/dm9000x.c:785: warning: 'dmfe_reset_dm9000' defined but not used make[2]: *** [drivers/net/dm9000x.o]Eroor1 make[1]: *** [drivers/net] Error 2 make: *** [drivers] Error 2 How can I solve these problems! THX!