Is C++ supported ????

Mau Z zmau1962@gmail.com
Mon Dec 30 17:34:00 GMT 2013


Hi again,

Thanks for the quick advice.

Do you mean that I should put :
BR2_TOOLCHAIN_EXTERNAL_PATH="/home/zm02/development/crosstoo-ng/crosstool-ng-1.18.0/toolChain/.build/i686-zm-linux-gnu/build/build-cc-final/gcc/

I tried it, but it did not work.

Does crosstool-ng produce g++ for the target ???
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I am asking because the following file "i686-build_pc-linux-gnu-g++"
is actually a script which activated  /usr/bin/g++
Here is the content of this file :
#!/bin/bash
exec '/usr/bin/g++' "${@}"

The file "i686-build_pc-linux-gnu-gcc"  (which is located in the same
directory), is similar :
#!/bin/bash
exec '/usr/bin/gcc' "${@}"


Now if you compare it to  "i686-zm-linux-gnu-gcc" (which is located in
the same directory), then this is a "real program"
ls -l i686-zm-linux-gnu-gcc
-rwxr-xr-x 2 User_01 User_01 1454560 Dec 30 08:50 i686-zm-linux-gnu-gcc
But there is no file named  "i686-zm-linux-gnu-g++"




Thanks again
Mau

--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list