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
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 = $(
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
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