This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help with ptxdist-0.10.6


Hi Raul,

I'll Cc: the crossgcc list to let others participate in our discussion.
I hope you don't mind.

On Thu, Mar 08, 2007 at 10:58:50PM +0100, RAUL PALENCIA LOPEZ wrote:
> Today, I begin to work with ptxdist-0.10.6, I installed it and then
> OSELAS.Toolchain-1.1.0.
> 
> In the last version with OSELAS.BSP3, I installed ptxdist-0.10.4 an
> then I built the images with OSELAS.BSP3, but now it is different,
> isn't?

Which BSP do you mean, one of the Phytec ones? Note that we have several
hardware supported with OSELAS.BSPs.

> I used --> 'ptxdist images' in the folder OSELAS.Toolchain-1.1.0, 
> but it said:  -->  OSELAS.Toolchain-1.1.0/state/*.perms: Don't exist 
> folder or directory.

You don't need 'ptxdist images' when you build toolchains, just running
'ptxdist go' is enough. Sorry that there isn't better documentation at
the moment, but we are working on it.

> Am I working in the bad way? I have been reading information, but now
> I don't know how built the image for my arm-xscale... :(. Can you help
> me?

Well, to build a toolchain for an xscale, use one of the following:

$ ptxdist select ptxconfigs/arm-xscale-linux-gnueabi_gcc-4.1.2_glibc-2.5_linux-2.6.18.ptxconfig

for a little endian toolchain with EABI, or 

$ ptxdist select ptxconfigs/arm-iwmmx-linux-gnueabi_gcc-4.1.2_glibc-2.5_linux-2.6.18.ptxconfig

for a little endian toolchain with EABI and iWMMXt extensions, or

$ ptxdist select ptxconfigs/armeb-xscale-linux-gnueabi_gcc-4.1.2_glibc-2.5_linux-2.6.18.ptxconfig

for a big endian toolchain with EABI (e.g. for Intel IXPs).

Then just run "ptxdist go" and you'll find your toolchain in
/opt/OSELAS.Toolchain-1.1.0/.

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]