I am using netbeans on my linux PC as my IDE to write a c++ program. I
am cross-compiling using the g++_unknown_arm_4.0.1 tool chain. I then
FTP the executable to my TS7250. I set the g++ -static command line
switch because I do not want to use shared libraries in my embedded
application because they are not present in FLASH on my TS7250. I am
trying to create a TCP socket and I am using a socket class (not
specifically for embedded aplications) that I downloaded with minor
tweaks. When linking I get a warning that I will need the shared
library "glibc".
Do I need to put libglibc.so in flash? If so where? Is there a
libglibc.a for arm that I can place on my PC that will keep it static?
Is there a better socket class out there for embedded application
running on the TS7250 that will make my life easier!?
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/
|