Re: [ptxdist] PULL Request: OSELAS.Toolchain/for-upstream / Update for GCC 4.4.1 and Binutils 2.20

2009-11-21 Thread Marc Kleine-Budde
Andrea Fino wrote:
 Am Freitag, den 20.11.2009, 11:07 +0100 schrieb Andrea Fino:
 I am getting this:
 rror: unknown switch `b'
 usage: git-clone [options] [--] repo [dir]
 
 cschlote at kplaws107lx:~/src/ptx$ git --version
 git version 1.6.5.6.gb3118
 
 Maybe your GIT exe is some older version. But you should be able to do
 the following (you might use man pages and fix the example below):
 
 git clone git://www.vahanus.net/OSELAS.Toolchain.git 
 http://www.vahanus.net/OSELAS.Toolchain.git
 ln -s OSELAS.Toolchain OSELAS.Toolchain-1.99.svn  
 # Above required by build scripts; used as install basename in /opt
 cd OSELAS.Toolchain-1.99.svn 
 git checkout -b for-upstream origin/for-upstream
 make -f build_all_v2.mk help
 
 Find your desired target in the output, then
 
 make -f build_all_v2.mk make-target from help output
 
 I am now getting an error (p is not found) Any hints? 
 
 Best regards,
 Andrea Fino
 
 
 make -f build_all_v2.mk
 dist/oselas.toolchain-1.99.svn-i586-unknown-linux-gnu-gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized_1.99.svn_i386.deb
 building
 i586-unknown-linux-gnu-gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized
 nice -20 ./p --force go
 --ptxconfig=ptxconfigs/i586-unknown-linux-gnu_gcc-4.3.2_glibc-2.8_binutils-2.18_kernel-2.6.27-sanitized.ptxconfig
 nice: ./p: No such file or directory
 make: ***
 [gstate/i586-unknown-linux-gnu-gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized.build]
 Error 127

You have to link ptxdist into the directory as p, e.g. if your
ptxdist is installed to /usr/local/bin

ln -s /usr/local/bin/ptxdist p

cheers, Marc

-- 
Pengutronix e.K. | Marc Kleine-Budde   |
Linux Solutions for Science and Industry | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax:   +49-5121-206917- |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de   |



signature.asc
Description: OpenPGP digital signature
--
ptxdist mailing list
ptxdist@pengutronix.de


[ptxdist] PULL Request: OSELAS.Toolchain/for-upstream / Update for GCC 4.4.1 and Binutils 2.20

2009-11-20 Thread Carsten Schlote
Hi,

I updated the OSELAS.Toolchain. A mail containing the patches seems to
get lost. So I send these patches again as a git pull request:

git clone -b for-upstream git://www.vahanus.net/OSELAS.Toolchain


Carsten Schlote (7):
  [ptxconfigs] Updated scripts with fixup script
  [ptxconfigs] Added powerpc config for gcc 4.4.1 and binutil 2.20
  [binutils-2.20] Updates patchstack from 2.19.x to 2.20
  [gcc-4.4.1] Refreshed gcc-4.4.0 patchstack
  [glibc-2.9] Added version fix for binutils 2.20
  [build_all_v2] Added sort for output from help target
  [GIT] Added ignore file for work files and directories


-- 
Carsten Schlote c.schl...@konzeptpark.de
konzeptpark.de

--
ptxdist mailing list
ptxdist@pengutronix.de


Re: [ptxdist] PULL Request: OSELAS.Toolchain/for-upstream / Update for GCC 4.4.1 and Binutils 2.20

2009-11-20 Thread Carsten Schlote
Hi,

Am Freitag, den 20.11.2009, 11:07 +0100 schrieb Andrea Fino:
 I am getting this:
 rror: unknown switch `b'
 usage: git-clone [options] [--] repo [dir]

cschl...@kplaws107lx:~/src/ptx$ git --version
git version 1.6.5.6.gb3118

Maybe your GIT exe is some older version. But you should be able to do
the following (you might use man pages and fix the example below):

git clone git://www.vahanus.net/OSELAS.Toolchain.git
ln -s OSELAS.Toolchain OSELAS.Toolchain-1.99.svn  
# Above required by build scripts; used as install basename in /opt
cd OSELAS.Toolchain-1.99.svn 
git checkout -b for-upstream origin/for-upstream
make -f build_all_v2.mk help

Find your desired target in the output, then

make -f build_all_v2.mk make-target from help output

or just an empty target to build all chains. In this case you should get
some cans of coffee :-) And a _large_ harddisk.


-- 
Carsten Schlote c.schl...@konzeptpark.de
konzeptpark.de

--
ptxdist mailing list
ptxdist@pengutronix.de