Hi,
I am very new to Beagle boards. I am currently using Beagle Board xM
version A3 HW.
I am trying to run application which have been compiled with the
Latest Code Sourcery toolchain namely "Sourcery G++ Lite 2010.09-58
for ARM". On running the compiled application I am facing issues
related to library used. For example : I faced a issue with library
libstdc++.so.6
*./dmp: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found
(required by ./dmp) *
On the Demo Image the library is using the version libstdc++.so.
6.0.10 but the latest toolchain is using libstdc++.so.6.0.14.
Either I need the Demo Image compiled with the latest Code Sourcery
tool chain (Sourcery G++ Lite 2010.09-58) or I am in need of the
toolchain details used to compile the Demo Image available.
1.So is there a possibility to know the toolchain details used for the
Demo Image provided?
2. Can the Demo Image can be downloaded from any specific site which
is compiled with latest toolchain.
3, Is there any possibilty to download the Demo Image's Kernel
distribution so that I can modify & compile in any toolchain which I
require.
Can anyone help me out in answering the above.
Thanks in advance.
With Regards,
Santhosh.R
Hi,
I am very new to Beagle boards. I am currently using Beagle Board xM
version A3 HW.
I am trying to run application which have been compiled with the
Latest Code Sourcery toolchain namely "Sourcery G++ Lite 2010.09-58
for ARM". On running the compiled application I am facing issues
related to library used. For example : I faced a issue with library
libstdc++.so.6
*./dmp: /usr/lib/libstdc++.so.6: version `CXXABI_ARM_1.3.3' not found
(required by ./dmp) *
On the Demo Image the library is using the version libstdc++.so.
6.0.10 but the latest toolchain is using libstdc++.so.6.0.14.
Either I need the Demo Image compiled with the latest Code Sourcery
tool chain (Sourcery G++ Lite 2010.09-58) or I am in need of the
toolchain details used to compile the Demo Image available.
1.So is there a possibility to know the toolchain details used for the
Demo Image provided?
The Angstrom tool chain was used to create the validation image (and also a full demo image available to download). See http://www.angstrom-distribution.org/toolchains
2. Can the Demo Image can be downloaded from any specific site which
is compiled with latest toolchain.
The build and download instructions are currently at http://code.google.com/p/beagleboard/wiki/BeagleBoardDiagnosticsNext
3, Is there any possibilty to download the Demo Image's Kernel
distribution so that I can modify & compile in any toolchain which I
require.
Certainly.