Re: [Live-devel] Configuration for AVR32 targets.

2009-10-15 Thread Ross Finlayson
Thanks. I'll add this (as "config.avr32-linux") to the next release of the software. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-

[Live-devel] Configuration for AVR32 targets.

2009-10-15 Thread Jorge Muñoz Castañer
Hi all, This configuration file works for me in order to crosscompile Live55 for AVR32 targets: CROSS_COMPILE=avr32-linux-uclibc- COMPILE_OPTS =-Os $(INCLUDES) -msoft-float -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DSOCKLEN_T=socklen_t -DNO_SSTREAM=1