Hi Lukasz, I moved to the ptxdist mailinglist, cause it's getting off-topic on rt-linux ;)
Feel free to subscribe[1].
Lukasz Majewski wrote:
> I've tried to build toolchain using the following ptxconfig file:
> ./ptxconfigs/arm-v5te-linux-gnueabi-gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized
you probably mean:
./ptxconfigs/arm-v5te-linux-gnueabi_gcc-4.3.2_glibc-2.8_binutils-2.18_kernel-2.6.27-sanitized.ptxconfig
[...]
> I've also (as You advice) downloaded and used
>
> OSELAS.Toolchain-1.99.3.1.tar.bz2
>
> Then I've started building of my toolchain with
>
> lu...@xxx:~/sbox_lukma/build-tools/OSELAS.Toolchain-1.99.3.1$
> ../bin/ptxdist go
>
> I've encountered following error (I hope that it's long enough to track
> it down.):
>
> gawk -f ../scripts/gen-as-const.awk
> ../ports/sysdeps/arm/nptl/tcb-offsets.sym \
>
> | /usr/bin/gcc -S -o
^^^^^^^^^^^^
This looks fishy...the cross compiler should be used:
gawk -f ../scripts/gen-as-const.awk
../ports/sysdeps/arm/eabi/rtld-global-offsets.sym \
| arm-v5te-linux-gnueabi-gcc -S -o
Have you some sort of funny environment variables, like CC or CXX, try
to unset them.
Please send me the output of "set", and do the following, please:
$ cd OSELAS.Toolchain-1.99.3.1
$ rm */logfile
$ ptxdist clean glibc-crt
$ ptxdist go -ji1
please send me the logfile, located in
"platform-arm-v5te-linux-gnueabi-gcc-4.3.2-glibc-2.8-binutils-2.18-kernel-2.6.27-sanitized/logfile"
cheers, Marc
[1] http://ptxdist.org/mailinglists/index_en.html
--
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 |
signature.asc
Description: OpenPGP digital signature
-- ptxdist mailing list [email protected]
