Markus Heidt wrote:
> Hi Marc,
>
> No improvement.
> What I did:
>
> echo $PATH
> /usr/local/bin:/sw/bin:/sw/sbin:/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin:/usr/local/git/bin:/usr/X11R6/bin
>
> noname:OSELAS.Toolchain markus$ which gcc
> /usr/local/bin/gcc
> noname:OSELAS.Toolchain markus$ more /usr/local/bin/gcc
> #!/bin/bash
> declare -a GCC_ARRAY
> GCC_ARRAY=( $(type -a -P gcc) )
> GCC="${GCC_ARRAY[1]}"
>
> exec "${GCC}" -m32 "$...@}"
please try again with -m64 instead of m32> > > within my ptxdist directory: > make clean > configure > make > sudo make install that's not needed > > > Within the OSELAS.Toolchain, which I didn't change. > > ptxdist select > ptxconfigs/powerpc-603e-linux-gnu_gcc-4.3.2_glibc-2.8_binutils-2.18_kernel-2.6.27-sanitized.ptxconfig please do a: "ptxdist clean", then "ptxdist go" cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
signature.asc
Description: OpenPGP digital signature
-- ptxdist mailing list [email protected]
