[Buildroot] arm-unknown-linux-uclibcgnueabi-g++

Peter Korsgaard jacmet at uclibc.org
Thu Nov 17 19:23:56 UTC 2011


>>>>> "Jeff" == Jeff Krasky <jeff.krasky at dspcg.com> writes:

 Jeff> Hi,

 Jeff> I am using buildroot-2011.05 and I am in need of a g++ compiler
 Jeff> in order to compile for the target board.  So I assume it would
 Jeff> be called arm-unknown-linux-uclibcgnueabi-g++. I notice it does
 Jeff> not include anything called
 Jeff> "arm-unknown-linux-uclibcgnueabi-g++". Does anyone know anything
 Jeff> about this? I ran 'make uclibc-menuconfig' to try and tell it to
 Jeff> build a g++ compiler but I didn't see that listed.  I do see
 Jeff> arm-unknown-linux-uclibcgnueabi-gcc though.

You probably didn't enable C++ support. To enable it simply do:

make menuconfig, enable 'Toolchain->Enable C++ support' option, save
make clean; make

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list