Hello,
> I am in India i am trying to compile kernel for TS7250 . and here I
> am getting problem even if I try it for default ( as Dave told me). (
> I mean if I do nothing )
>
> IF i configure kernel .
> the problem I am facing are
Before you change the kernel configuration ensure you can build a stock
kernel as described in message #1934...
You mentioned when you try to build a default kernel you are having
problems. What error messages are you getting? Did you untar the
crosstools tarball? What is the path to arm-linux-gcc? Did you edit the
Makefile in the root directory of the kernel source? What is your
CROSS_COMPILE environment variable set to?
> 1. in manual I read it has EP9302 Ethernet LAN controler card . but If
> I choose EP93xx it gives error in compilation.
When you load the ts7250 config file(ie make ts7250_config; make oldconfig).
The "EP93XX EThernet Support" option should be enabled in the kernel.
> 2. ( if i dont select previous one) It gives error.
>
> Generating arch/arm/vmlinux.lds
> /usr/local/arm/2.95.3/bin/arm.linux-ld -p -X -T arch/arm/vmlinux.lds
> arch/arm/kernel/head-armv.o arch/arm/kernel/init_task.o init/main.o
> init/version.o init/do_mounts.o \
> --start-group \
> arch/arm/kernel/kernel.o arch/arm/mm/mm.o
> arch/arm/mach-ep93xx/mach-ep93xx.o kernel/kernel.o mm/mm.o fs/fs.o
> ipc/ipc.o drivers/serial/serial.o drivers/char/char.o
> drivers/block/block.o drivers/misc/misc.o drivers/net/net.o
> drivers/media/media.o net/network.o arch/arm/nwfpe/math-emu.o
> arch/arm/lib/lib.a \
> --end-group \
> -o vmlinux
> drivers/char/char.o: In function 'console_init':
> drivers/char/char.o(.text.init+0xdc): undefined reference to
> 'uart_console_init'
>
> make: *** [vmlinux] error 1
>
> 3. ( I am not sure whether I should select or not ) If I select AMBA
> then
> It complains for undeclared variable "name" .
>
> could you solve my problem.
It sounds like you are not loading the ts7250 config file. Ensure you
are running the following commands to compile your kernel.
make distclean
make ts7250_config
make oldconfig
make dep
make zImage
make modules
//Eddie
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|