* [ptxdist] Toolchin build fails with "debuggable toolchain internals"
@ 2017-01-23 8:55 - -
2017-02-08 14:53 ` Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: - - @ 2017-01-23 8:55 UTC (permalink / raw)
To: ptxdist
[-- Attachment #1: Type: text/html, Size: 4274 bytes --]
[-- Attachment #2: Type: text/plain, Size: 91 bytes --]
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] Toolchin build fails with "debuggable toolchain internals"
2017-01-23 8:55 [ptxdist] Toolchin build fails with "debuggable toolchain internals" - -
@ 2017-02-08 14:53 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2017-02-08 14:53 UTC (permalink / raw)
To: ptxdist
Hi,
Please don't send html mails.
I've not tested this option in a long time. I think it may be related to
the linaro gcc release. Have you tried this with a newer toolchain?
Michael
On Mon, Jan 23, 2017 at 09:55:57AM +0100, - - wrote:
> <!DOCTYPE html>
> <html><head>
> <meta charset="UTF-8">
> </head><body><p>Hello,<br></p><p>to getting Valgrind running on my device I've need a toolchain with debug info. So I tried to compile the OSELAS.Toolchain-2012.12.1 with enabled "misc->debuggable toolchain internals".</p><p>Unfortunately the build fails with following error:<br></p><p>make[6]: Entering directory `/home/mm/Downloads/OSELAS.Toolchain-2012.12.1/platform-arm-cortexa8-linux-gnueabihf-gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/build-cross/gcc-linaro-4.7-2012.11-build/arm-cortexa8-linux-gnueabihf/libstdc++-v3/src'<br>/bin/bash ../libtool --tag CXX   --mode=link /home/mm/Downloads/OSELAS.Toolchain-2012.12.1/platform-arm-cortexa8-linux-gnueabihf-gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/build-cross/gcc-linaro-4.7-2012.11-build/./gcc/xgcc -shared-libgcc -B/home/mm/Downloads/OSELAS.Toolchain-2012.12.1/platform-arm-cortexa8-linux-gnueabihf-gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/build-cross/gcc-linaro-4.7-2012.11-build/./gcc -nostdinc++ -L/home/mm/Downloads/OSELAS.Toolchain-2012.12.1/platform-arm-cortexa8-linux-gnueabihf-gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/build-cross/gcc-linaro-4.7-2012.11-build/arm-cortexa8-linux-gnueabihf/libstdc++-v3/src -L/home/mm/Downloads/OSELAS.Toolchain-2012.12.1/platform-arm-cortexa8-linux-gnueabihf-gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/build-cross/gcc-linaro-4.7-2012.11-build/arm-cortexa8-linux-gnueabihf/libstdc++-v3/src/.libs -B/opt/OSELAS.Toolchain-2012.12.1/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/arm-cortexa8-linux-gnueabihf/bin/ -B/opt/OSELAS.Toolchain-2012.12.1/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/arm-cortexa8-linux-gnueabihf/lib/ -isystem /opt/OSELAS.Toolchain-2012.12.1/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/arm-cortexa8-linux-gnueabihf/include -isystem /opt/OSELAS.Toolchain-2012.12.1/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/arm-cortexa8-linux-gnueabihf/sys-include    -Wl,-O1 -Wl,-z,relro -Wl,--gc-sections  -fPIC -DPIC  -Wall -Wextra -Wwrite-strings -Wcast-qual -Wabi  -fdiagnostics-show-location=once   -ffunction-sections -fdata-sections  -frandom-seed=libstdc++convenience.la  -o libstdc++convenience.la  ../libsupc++/libsupc++convenience.la ../src/c++98/libc++98convenience.la ../src/c++11/libc++11convenience.la ; \<br>    if test ! -f .libs/libstdc++.a; then \<br>      cp .libs/libstdc++convenience.a .libs/libstdc++.a; \<br>    fi; \<br>    echo `date` > stamp-libstdc++convenience;<br>(cd /home/mm/Downloads/OSELAS.Toolchain-2012.12.1/platform-arm-cortexa8-linux-gnueabihf-gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/build-cross/gcc-linaro-4.7-2012.11-build/arm-cortexa8-linux-gnueabihf/libstdc++-v3/src/debug; \<br>      mv Makefile Makefile.tmp; \<br>      sed -e 's,all-local: all-once,all-local:,' \<br>          -e 's,install-data-local: install-data-once,install-data-local:,' \<br>          -e '/vpath/!s,src/c,src/debug/c,' \<br>      < Makefile.tmp > Makefile ; \<br>      make CXXFLAGS='-gdwarf-4 -g3 -O0' \<br>      toolexeclibdir=/opt/OSELAS.Toolchain-2012.12.1/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/arm-cortexa8-linux-gnueabihf/lib/debug all) ;<br>cat: /opt/OSELAS.Toolchain-2012.12.1/arm-cortexa8-linux-gnueabihf/gcc-4.7.3-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/src/debug/cross/gcc-linaro-4.7-2012.11/libstdc++-v3/../gcc/BASE-VER: No such file or directory<br></p><p><br></p><p>Without the debug optimization everything compiles well. I've tried also newer Toolchains but all failed with same error.<br></p><p>Any ideas?<br></p><p>Best Regards,<br></p><p>Ingo<br></p></body></html>
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-02-08 14:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 8:55 [ptxdist] Toolchin build fails with "debuggable toolchain internals" - -
2017-02-08 14:53 ` Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox