Hi Abid --
--- In "Abid Rashid" <> wrote:
>
> All,
>
> I am trying to build a kernel for 7250 on a linux host running with
> debian distribution using gcc-2.95 and cross compiled ARM binaries.
>
> I edited make files to set up proper compilers.
> I tried following steps
>
> Executed
>
> make menuconfig
> make dep
> make clean
Here is a problem: I believe the 'make clean' has removed your .config
file. Try moving the appropriate default config file to .config )see
below), then:
make oldconfig
make dep
make vmlinux
make modules
make modules_install
> Is that gcc-2.95 right compiler for linux-ts8.
gcc-3.3 is recommended instead, I think, over gcc-2.95
> Do I have some problems in setting up 'config' file. I am not sure
> which config files I might use ?
TS has supplied some default config files for their boards. Look in
the arch/arm/def-configs directory.
> Is there any patches to apply to 'linux24-ts8', the kernel which I am
> trying to build for 7250 board?
If you want to build a TS kernel, you probably want a more up-to-date
version like -ts11.
Also, read:
http://www.embeddedarm.com/documentation/software/arm-tslinux-ts72xx.pdf
and
http://www.embeddedarm.com/documentation/software/arm-linux-ts72xx.pdf
where you will find many helpful details.
regards, ......... Charlie
> ..............................................................
>
> Please help.
> Thanks in anticipation.
>
> Best Regards
> Abid
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|