[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] libstdc++


  • To: arm-gnu@xxxxxxxxxxxxxxxx
  • Subject: [arm-gnu] libstdc++
  • From: Geoffroy Rivet-Sabourin <grivet@xxxxxxxxxxxxx>
  • Date: Tue, 09 Feb 2010 00:03:33 -0500

Hi,

I use arm-non-linux-gnueabi-g++ to compile a very simple c++ program ( only a cout ) for a Beagleboard ( Arm cortex-8) running under Angstrom distribution.

I have compiled this program on my windows machine using this command

arm-none-linux-gnueabi-g++ main.cpp

I transfert the result on my arm platforme and execute the program. I obtain this error.

/a.out: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found (required by ./a.out)

I have installed these package

libstdc++6_4.3.3-r1.1_armv7a.ipk
libstdc++-dev_4.3.3-r1.1_armv7a.ipk

It is exactly the same. I do not have the file libstdc++.6.so in my usr/lib.

Where I can get this file?