Rtems Networking

Joel Sherrill joel.sherrill at oarcorp.com
Wed Nov 15 22:57:29 UTC 2006


Luca Germano wrote:
> Hi
> I try to use network under RTEMS. I look the RTEMS netdemos examples.
> Compling my application I have the following warning message:
> /opt/rtems-4.6/lib/gcc-lib/sparc-rtems/3.2.3/../../../../sparc-rtems/bin/ld: 
> Warning: size of symbol `timeout' changed from 4 to 244 in 
> /opt/rtems-4.6/sparc-rtems/leon3/lib/librtemscpu.a(rtems_glue.o)
> /opt/rtems-4.6/lib/gcc-lib/sparc-rtems/3.2.3/../../../../sparc-rtems/bin/ld: 
> Warning: type of symbol `timeout' changed from 1 to 2 in 
> /opt/rtems-4.6/sparc-rtems/leon3/lib/librtemscpu.a(rtems_glue.o)
> Someone have had this warning message or can explain me how to solve?
>   
This usually indicates that the symbol is defined in two different 
object files.

Can you poke around with nm and grep on the libraries and see if it is 
duplicately defined?
timeout is such a common word, it wouldn't surprise me to find it in two 
places.

--joel
> Thanks for the help
> Luca
>
> _________________________________________________________________
> Scopri la perfetta integrazione tra MSN Hotmail e Windows Live Messenger! 
> http://join.msn.com/hotmail/features-std#6
>
> _______________________________________________
> rtems-users mailing list
> rtems-users at rtems.com
> http://rtems.rtems.org/mailman/listinfo/rtems-users
>   




More information about the users mailing list