--- In "alexanchoragealaska" <> wrote:
>
> Hi all,
>
> I have similar problem with TS-7260. It's extremely slow doing
> floating point calculations (log(), sqrt() function).
>
> I am wondering if I have the same issue on TS-7260 as Mike had on
> TS-7800. How can I figure out what libraries are called by cross
> compiled executable?
>
> I started with Linux and TS-7260 few months ago. So, I don't have much
> experience with cross compiling and gcc.
>
> I am running TS-Linux, cygwin-gcc-3.3.2-glibc-2.3.3 toolchain and I am
> using next compile option:
> arm-unknown-linux-gnu-cc -lm -Wall -O2 -o Executable MyProgram.c
>
> Thanks in advance,
>
> - Alex
Alex,
Use the ldd command on your executable since it looks like you're
compiling with shared libraries. Any questions about ldd just use man
ldd on Debian or Google "man ldd".
----
Andy
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/
|