I'm curious to see if their is an easy fix for this short of compiling
everything that you can get your hands in the cross development platform (i386
linux workstation). I am having a similar problem using the TS-7800 with the
Eclipse IDE. I need to bring libraries in from the target and I can't link
(libxxx is EABI version 0 target is 4). I also need libusb...
I was thinking in my case that if I could cross compile the necessary packages
on a linux i386 workstation and move the libraries over to windows and link
with Eclipse IDE I could solve the problem. It may be that the (endless?)
library dependencies could be a problem. I haven't gotten this far yet. Still
figuring out how to get the correct version Packages on the linux workstation
for cross compiling. Is this even possible?
Chris
--- In "Achim" <> wrote:
>
> steps to recreate the problem:
> - Cross-compile any .c source with "arm-none-linux-gnueabi-gcc" version 3.4.4
> on a Linux workstation. .o files are generated successfully
> - copy the *.o files over to an TS-7800
> - link them there with others, e.g. "gcc -O -Dlinux -D_GNU_SOURCE main.o
> -lz" will lead to errors like:
> "/usr/bin/ld: ERROR: /usr/lib/gcc-lib/arm-linux/3.3.5/../../../libz.so is
> compiled for EABI version 0, whereas a.out is compiled for version 4"
>
> I've tried to cross-compile as much as possible on the Linux workstation, but
> there are still libraries left like libz.so libusb.so libmysqlclient.so
> libgcc.a libc.so.6 and others. So I gueaa I have to solve this problem
> somehow other.
>
> Do anyone have an idea?
> Thanks
> Achim
>
------------------------------------
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/
|