> > I was unsuccessful in getting the crosstools to work from Ubuntu.
> > When I ftp'd my executable to the 7800, and did a "chmod +x test", I
> > keep getting-"-bash: ./test: No such file or directory" If anyone has
> > any thoughts on this problem, I'd appreciate it.
That is the error message that you will get if the executable file
needs shared libraries that are not present on the target platform.
Either compile it -static to include everything in the executable or
copy across the target's shared libraries from your cross-compilation
environment to the target system (and run "ldconfig" there so that it
finds them)
I agree the message is not very helpful - it means that the required
shared library file does not exist. Unfortunately, system calls return
errors as a small integer, which rather limits its vocabulary.
M
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/
|