Hello,
> i have used
> Linux Crosstool gcc-4.0.1-glibc-2.3.5 -- unknown (05-20-2006)
>
> to compile a program for ts 7250 and it didn't work it claims
> "libstdc++.so.6: cannot open shared object file: No such file or
> directory"
> i am downloading now the
> Linux Crosstool gcc-3.3.4-glibc-2.3.2 -- 0.28rc39 (11-3-2004)
> i think it will work
> but i hope to use gcc-4.0.1 , what can i change to use it
You should see the same error with both crosscompilers assuming
you didn't statically link the binary. The reason being
libcstdc++.so.6 is not installed by default on the onboard flash.
You can simply copy the library you linked against(this is in your
crosstool lib directory) to your /lib directory on the TS-7250.
//Eddie
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|