--- In "aceboy200" <> wrote:
>
> Just started as a summer intern and they've got me doing some ARM
> development, which I'm new to.
>
> I am using an old i686 Laptop running Fedora Linux as a development
> machine and I need to run several c and c++ programs on the ts-7250
> ARM (want to compile on laptop, run on ARM). I put the corresponding
> cross toolchain from the EmbeddedArm website on the development
> machine.
>
> To test if I was up and running, I wrote two hello world programs -
> one in c and one in c++. The c program works fine. However, the c++
> program will not run unless I statically link the library. If I don't
> statically link, and I try to run the program on the ARM, I get this
> message: "/lib/libgcc.s.so.1: version 'GCC_3.4' not found (required
> by /lib/lib".
>
> Suggestions?
>
Did you make sure the required library exists on the target? It
should probably be in /lib....
--Yan
------------------------ Yahoo! Groups Sponsor --------------------~-->
Protect your PC from spy ware with award winning anti spy technology. It's free.
http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/CFFolB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|