Hi all, I'm trying to build a kernel image for the microblaze processor ( spartan3E-500 starter kit ) and have the next error: without "network suport" in kernel and opb_ethernetlite hardware all works fine, but when I add "network suport" (and proper config) to the kernel, the building process gives me the next error:

adapter.c: In function `XEmac_GetConfig':
adapter.c:214: error: `CONFIG_XILINX_ETHERNET_NUM_INSTANCES' undeclared (first use in this function)
adapter.c:214: error: (Each undeclared identifier is reported only once
adapter.c:214: error: for each function it appears in.)
adapter.c: In function `reset':
adapter.c:268: warning: unused variable `i'
adapter.c:269: warning: unused variable `BdPtr'
adapter.c: In function `probe':
adapter.c:1922: error: `CONFIG_XILINX_ETHERNET_0_HIGHADDR' undeclared (first use in this function) adapter.c:1923: error: `CONFIG_XILINX_ETHERNET_0_BASEADDR' undeclared (first use in this function)
adapter.c:1922: warning: unused variable `remap_size'
make[4]: *** [adapter.o] Error 1
make[4]: Leaving directory `/home/devel/uclinux/src/uClinux-2.4.x/drivers/net/xilinx_enet'
make[3]: *** [_subdir_xilinx_enet] Error 2
make[3]: Leaving directory `/home/devel/uclinux/src/uClinux-2.4.x/drivers/net'
make[2]: *** [_subdir_net] Error 2
make[2]: Leaving directory `/home/devel/uclinux/src/uClinux-2.4.x/drivers'
make[1]: *** [_dir_drivers] Error 2
make[1]: Leaving directory `/home/devel/uclinux/src/uClinux-2.4.x'
make: *** [linux] Error 1

Some idea, ??
Thanks for your time and best regards to all!.


_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev

Reply via email to