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-5555 |
Amtsgericht Hildesheim, HRA 2686         | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

--
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to