[Buildroot] Tool building problem EABI+PXA270

Daniel Mack daniel at caiaq.de
Wed Mar 18 13:25:30 UTC 2009


On Wed, Mar 18, 2009 at 02:13:49PM +0100, Per-Henrik Lundblom wrote:
> configure:3630: /usr/bin/gcc -I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/host_dir/include -I/home/per-henrik.lundblom/KB9202B/kuk/br/buildroot/build_arm/host_dir/usr/include -c -g -O2  conftest.c >&5
> conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
> configure:3636: $? = 1
> configure: failed program was:
> | #ifndef __cplusplus
> |   choke me
> | #endif

That's your problem - C++ support is not enabled. Could you try your
build with 'BR2_INSTALL_LIBSTDCPP=y'? And as Sven suggested, clean your
tree probably :)

Daniel



More information about the buildroot mailing list