error during cross compilation for ARM

Hello,

I wanted to work with BEAGLE BOARD and Recently I got it(BEAGLE_BOARD
OMAP3530) . Now i have done basic setup,I want to port linux on this
board so i downloaded Cross compiling tool CODE SOURCERY and kernel of
different version like 2.6.27,2.6.32,21,linux-omap-2.6,2.6-kernel from
kernel.org and from the link beagleboard told.
but when i compiled linux-omap-2.6 by command this i have downloaded
by git.

http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=summary

$su
$Password XXXXX

#PATH=/home/Codesourcery/arm-2010q1/bin/:$PATH

/home/test/Desktop/linux-omap-2.6# make ARCH=arm CROSS_COMPILE=arm-
none-linux-gnueabi- distclean
  CLEAN scripts/basic
  CLEAN scripts/kconfig
  CLEAN include/config
root@pcb-acplinux2:/home/test/Desktop/linux-omap-2.6# make ARCH=arm
CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig
  HOSTCC scripts/basic/fixdep
  HOSTCC scripts/basic/docproc
  HOSTCC scripts/basic/hash
  HOSTCC scripts/kconfig/conf.o
  HOSTCC scripts/kconfig/kxgettext.o
  HOSTCC scripts/kconfig/lxdialog/checklist.o
  HOSTCC scripts/kconfig/lxdialog/inputbox.o
  HOSTCC scripts/kconfig/lxdialog/menubox.o
  HOSTCC scripts/kconfig/lxdialog/textbox.o
  HOSTCC scripts/kconfig/lxdialog/util.o
  HOSTCC scripts/kconfig/lxdialog/yesno.o
  HOSTCC scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC scripts/kconfig/zconf.tab.o
  HOSTLD scripts/kconfig/mconf
scripts/kconfig/mconf arch/arm/Kconfig
arch/arm/Kconfig:74: unknown option "The"
arch/arm/Kconfig:75: unknown option "bus"
arch/arm/Kconfig:76: unknown option "the"
arch/arm/Kconfig:77: unknown option "1995"
.
.
.
so i am unable to make menuconfig some other error come when i try to
built.
I have tried every thing still unable to work.
if any thing can be done i will e thankful to you.

inventing the wheel again and again?

this resource is not for inventors:
http://elinux.org/BeagleBoard

2010/8/30 mehar_shankar <mehar.shankar@gmail.com>

Hi Mehar,

I am facing the same problem, so I could use your help if you have
already found a solution.

Thanks,
Niladri.