Hi All,
To get start uClinux, I am trying to build the uCLinux
kernel for Insight/Memec Virtex2 system board.
I followed each the insturction in
http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux/each time I can "make menuconfig" and "make dep"
successfully, but i always got error in "make" kernel
image.
************************
arch/microblaze/kernel/kernel.o: In function
`mach_setup':
/home/myRoot/uClinux-2.4.x/arch/microblaze/kernel/mbvanilla.c:207:
undefined reference to `xmbrs_console_init'
drivers/char/char.o: In function `write_mem':
/home/myRoot/uClinux-2.4.x/drivers/char/mem.c:120:
undefined reference to `xmbrs_console_init'
************************************
This problem took me several days
Your help is greatly appreciated!
Hai