I've recently received a ts7800 board and I'm having some problems
with the cross compilations tools.
I downloaded the cross-tool from
ftp://ftp.embeddedarm.com/ts-7800-linux-sd/cross-toolchains/ts7800-crosstool-3.4.4-2005q3-2-linux.tar.gz
but it seems like the libraries on the tool and the libraries on the
board don't match. For example, when I compile a simple hello world
app, the tool correctly generates an ARM ELF but once on the board it
doesn't work. It complains it cannot find ld-linux.so.3, and that's
true, because only ld-linux.so.2 exists. If I try to simlink
ld-linux.so.3, the next error becomes /lib/libc.so.6: version
`GLIBC_2.4' not found (required by ./hello). So I guess there is some
compatibility problem between the toolchain and the board's os.
Maybe I'm using and old toolchain? Can you point me to the right
toolchain?
BTW, ts7800 rocks! ;)
Best regards
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/
|