GP2X Compiler message

Previous topic - Next topic

MrTAToad

With the following :

Code (glbasic) Select
DEBUG "Hello"

I get :

QuoteS:\Compiler\platform\GP2X\Lib\libGLBasicGP2X.a(gf_sockets.o): In function `netGetLocalIPs(int*, char const*)':
gf_sockets.cpp:(.text+0x638): warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
S:\Compiler\platform\GP2X\Lib\libGLBasicGP2X.a(gf_sockets.o): In function `netAddress(char const*, unsigned short)':
gf_sockets.cpp:(.text+0x8b0): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking

It appears to compile correctly though, so I presume the message can effectively be ignored.

Kitty Hello

Yes, that can be ignored. Because the GP2x does not offer TcpIp, anyway.