Not really sure if it helps, but some thoughts for now:

Am 01.08.2012 18:52, schrieb Dhruv Chawda:
I followed the following steps:

  # cd ~/local
  # sudo mkdir -p /opt/OSELAS.Toolchain-2011.11.1
  # sudo chown `whoami` /opt/OSELAS.Toolchain-2011.11.1

Why are you doing that by hand?

  # tar zxvf /opt/OSELAS.Toolchain-2011.11.1.tar.bz2
  # cd OSELAS.Toolchain-2011.11.1
  # ptxdist select 
ptxconfigs/arm-v4t-linux-gnueabi_gcc-4.6.2_glibc-2.14.1_binutils-2.21.1a_kernel-2.6.39-sanitized.ptxconfig
  # ptxdist go


Version:

OSELAS.Toolchain-2011.11.1 and ptxdist-2012.07.0

You should better use the correct version for building the toolchain. Basically that combination should give you a nice big fat warning, which you probably just "clicked away" by using ptxdist migrate, which in turn might have broken things.

Check the first few lines of the file
ptxconfigs/arm-v4t-linux-gnueabi_gcc-4.6.2_glibc-2.14.1_binutils-2.21.1a_kernel-2.6.39-sanitized.ptxconfig
to see which ptxdist version fits the toolchain.

Then grab that version and compile it. No need to install it, just place a link there and then use it:

(in your un-tar'ed toolchain directory)
ln -s /path/to/where/you/compiled/ptxdist-201x.yy.zz/bin/ptxdist p
./p select ptxconfigs/arm-v4t-linux-gnueabi_gcc-4.6.2_glibc-2.14.1_binutils-2.21.1a_kernel-2.6.39-sanitized.ptxconfig
./p go

... and i'd remove the hand-created target directory in /opt first and let ptxdist do it the way it needs it.

Greetz
_____________________________________________________________
Josef Holzmayr
Dipl-Ing. (FH)
Entwicklung Embedded Devices / Software

Tel.: +49 8444 9204-48>
Fax:  +49 8444 9204-50
[email protected]

R-S-I Elektrotechnik GmbH & Co. KG
Woelkestrasse 11
D-85301 Schweitenkirchen
www.rsi-elektrotechnik.de
_____________________________________________________________
Amtsgericht Ingolstadt - GmbH: HRB 191328 - KG: HRA 170363
Geschäftsführer: Dr.-Ing. Michael Sorg, Dipl.-Ing. Franz Sorg
USt-IdNr.: DE 128592548


--
ptxdist mailing list
[email protected]

Reply via email to