* Tool Chain setting for OMAP 5912 board
@ 2007-01-11 3:34 Deepak Barua
[not found] ` <45A5B123.7010000@gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Deepak Barua @ 2007-01-11 3:34 UTC (permalink / raw)
To: linux-omap-open-source
Hi ,
I have used crosstool to compile a tool chain for the OMAP 5912
board the architecture i used is ARM v5 softfloat.
I want to know how to change the gcc and include files to library path
so i can use this cross compiler to compile a new kernel for the OMAP
board.
I tried changing /usr/bin/gcc to point to the new gcc and tried
changing the dynamic linker too but it corrupted my system and i had
to use a live cd to change it back to the original.
What should i do ...?
Regards
Deepak
--
Code Code Code Away
^ permalink raw reply [flat|nested] 4+ messages in thread[parent not found: <45A5B123.7010000@gmail.com>]
* Re: Tool Chain setting for OMAP 5912 board [not found] ` <45A5B123.7010000@gmail.com> @ 2007-01-11 3:46 ` Deepak Barua 2007-01-11 3:51 ` Nishanth Menon 0 siblings, 1 reply; 4+ messages in thread From: Deepak Barua @ 2007-01-11 3:46 UTC (permalink / raw) To: Nishanth Menon; +Cc: linux-omap-open-source Hi Nishanth, Thats okay i know that but what about the library files... how will they be included....? Regards Deepak On 1/11/07, Nishanth Menon <menon.nishanth@gmail.com> wrote: > Deepak Barua stated on 1/10/2007 9:34 PM: > > Hi , > > I have used crosstool to compile a tool chain for the OMAP 5912 > > board the architecture i used is ARM v5 softfloat. > > > > I want to know how to change the gcc and include files to library path > > so i can use this cross compiler to compile a new kernel for the OMAP > > board. > setup the cross compile binary path in ur $PATH variable, and try giving > CROSS_COMPILE=arm-linux-xyz (if your compiler is arm-linux-xyz-gcc) in > the make options to the kernel (e.g. make CROSS_COMPILE=arm-linux-xyz > uImage and so on) > Regards, > NM > -- Code Code Code Away ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tool Chain setting for OMAP 5912 board 2007-01-11 3:46 ` Deepak Barua @ 2007-01-11 3:51 ` Nishanth Menon 2007-01-11 3:56 ` Deepak Barua 0 siblings, 1 reply; 4+ messages in thread From: Nishanth Menon @ 2007-01-11 3:51 UTC (permalink / raw) To: Deepak Barua; +Cc: linux-omap-open-source Deepak Barua stated on 1/10/2007 9:46 PM: > Thats okay i know that but what about the library > files... how will they be included....? Leave that to the kernel make files.. usually kernel does not depend on gcclib etc.. just ensure that u have the ABI options set properly (EABI enabled if ur using a EABI fileystem compiled with a EABI compiler).. Regards, Nishanth Menon ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Tool Chain setting for OMAP 5912 board 2007-01-11 3:51 ` Nishanth Menon @ 2007-01-11 3:56 ` Deepak Barua 0 siblings, 0 replies; 4+ messages in thread From: Deepak Barua @ 2007-01-11 3:56 UTC (permalink / raw) To: Nishanth Menon; +Cc: linux-omap-open-source Hi Nishanth, I don't know what EABI means i am using a ubuntu system with 2.6.15-23-386 #1 PREEMPT kernel and i am trying to compile the kernel without any TI tools .... if you get my point a raw kernel build is what i ama looking for ... Regards Deepak On 1/11/07, Nishanth Menon <menon.nishanth@gmail.com> wrote: > Deepak Barua stated on 1/10/2007 9:46 PM: > > Thats okay i know that but what about the library > > files... how will they be included....? > Leave that to the kernel make files.. usually kernel does not depend on > gcclib etc.. just ensure that u have the ABI options set properly (EABI > enabled if ur using a EABI fileystem compiled with a EABI compiler).. > Regards, > Nishanth Menon > -- Code Code Code Away ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-11 3:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-11 3:34 Tool Chain setting for OMAP 5912 board Deepak Barua
[not found] ` <45A5B123.7010000@gmail.com>
2007-01-11 3:46 ` Deepak Barua
2007-01-11 3:51 ` Nishanth Menon
2007-01-11 3:56 ` Deepak Barua
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.