문제

I want to add support for g++ compiler in my toochain. I am building toolchain for powerpc platform.I googled about it and found that we have to add external toolchian in our existing toolchain.

I want to create this binary: CXX = powerpc-linux-uclibc-g++

I am using buildroot version 2010.02 and uClibc version 0.9.30.2 gcc version 4_3_4. any suggetions?

도움이 되었습니까?

해결책

Run make menuconfig in your buildroot system. Under the toolchain heading select the g++ option. Save off your changes and run make.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top