Re: [Live-devel] cross compiling for mips

2008-11-13 Thread Marco Amadori
On Thursday 13 November 2008, 09:25:23, Edward wrote: > Here is the config I am using. > CROSS_COMPILE= mipsel-linux- > COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t > -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64q > C = c > C_COMPI

Re: [Live-devel] cross compiling for mips

2008-11-13 Thread Edward
Here is the config I am using. CROSS_COMPILE= mipsel-linux- COMPILE_OPTS = $(INCLUDES) -I. -O2 -DSOCKLEN_T=socklen_t -DNO_STRSTREAM=1 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64q C = c C_COMPILER =$(CROSS_COMPILE)gcc C_FLAGS = $(

Re: [Live-devel] cross compiling for mips

2008-11-12 Thread Marco Amadori
On Thursday 13 November 2008, 07:44:10, Ross Finlayson wrote: > >I downloaded the latest source code of live555 and created a new > >config.mips file to geneate the Makefiles. But when I compiled it, > >it fails when it reaches the ld command. > > Well then I guess you'll need to modify your "conf

Re: [Live-devel] cross compiling for mips

2008-11-12 Thread Ross Finlayson
I downloaded the latest source code of live555 and created a new config.mips file to geneate the Makefiles. But when I compiled it, it fails when it reaches the ld command. Well then I guess you'll need to modify your "config.mips" command until it works properly. Only you know the details of