All of lore.kernel.org
 help / color / mirror / Atom feed
* Cygwin Cross-compile of linux release
@ 2005-10-07 15:34 ` Kyle Unice
  0 siblings, 0 replies; 4+ messages in thread
From: Kyle Unice @ 2005-10-07 15:34 UTC (permalink / raw)
  To: linux-mips

I checked out the source for mips linux and tried cross-compiling this on
cygwin.  
This is the result:
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
scripts/mod/sumversion.c: In function `md4_final_ascii':
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 4)
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 5)
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 6)
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 7)
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/kallsyms
scripts/kallsyms.c: In function `compress_symbols':
scripts/kallsyms.c:366: warning: implicit declaration of function `memmem'
scripts/kallsyms.c:366: warning: assignment makes pointer from integer
without a
 cast
scripts/kallsyms.c:385: warning: assignment makes pointer from integer
without a
 cast
/cygdrive/c/DOCUME~1/KYLE~1.BUZ/LOCALS~1/Temp/ccLMGC3l.o:kallsyms.c:(.text+0
x6cb
): undefined reference to `_memmem'
/cygdrive/c/DOCUME~1/KYLE~1.BUZ/LOCALS~1/Temp/ccLMGC3l.o:kallsyms.c:(.text+0
x72d
): undefined reference to `_memmem'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kallsyms] Error 1
make: *** [scripts] Error 2

Kyle@buzz /usr/src/linux
$

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Cygwin Cross-compile of linux release
@ 2005-10-07 15:34 ` Kyle Unice
  0 siblings, 0 replies; 4+ messages in thread
From: Kyle Unice @ 2005-10-07 15:34 UTC (permalink / raw)
  To: linux-mips

I checked out the source for mips linux and tried cross-compiling this on
cygwin.  
This is the result:
  HOSTCC  scripts/mod/modpost.o
  HOSTCC  scripts/mod/sumversion.o
scripts/mod/sumversion.c: In function `md4_final_ascii':
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 4)
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 5)
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 6)
scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
int ar
g (arg 7)
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/kallsyms
scripts/kallsyms.c: In function `compress_symbols':
scripts/kallsyms.c:366: warning: implicit declaration of function `memmem'
scripts/kallsyms.c:366: warning: assignment makes pointer from integer
without a
 cast
scripts/kallsyms.c:385: warning: assignment makes pointer from integer
without a
 cast
/cygdrive/c/DOCUME~1/KYLE~1.BUZ/LOCALS~1/Temp/ccLMGC3l.o:kallsyms.c:(.text+0
x6cb
): undefined reference to `_memmem'
/cygdrive/c/DOCUME~1/KYLE~1.BUZ/LOCALS~1/Temp/ccLMGC3l.o:kallsyms.c:(.text+0
x72d
): undefined reference to `_memmem'
collect2: ld returned 1 exit status
make[1]: *** [scripts/kallsyms] Error 1
make: *** [scripts] Error 2

Kyle@buzz /usr/src/linux
$

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygwin Cross-compile of linux release
  2005-10-07 15:34 ` Kyle Unice
  (?)
@ 2005-10-07 15:44 ` Ralf Baechle
  2005-10-07 15:48   ` Maciej W. Rozycki
  -1 siblings, 1 reply; 4+ messages in thread
From: Ralf Baechle @ 2005-10-07 15:44 UTC (permalink / raw)
  To: Kyle Unice; +Cc: linux-mips

On Fri, Oct 07, 2005 at 09:34:05AM -0600, Kyle Unice wrote:

> I checked out the source for mips linux and tried cross-compiling this on
> cygwin.  
> This is the result:
>   HOSTCC  scripts/mod/modpost.o
>   HOSTCC  scripts/mod/sumversion.o
> scripts/mod/sumversion.c: In function `md4_final_ascii':
> scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
> int ar
> g (arg 4)
> scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
> int ar
> g (arg 5)
> scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
> int ar
> g (arg 6)
> scripts/mod/sumversion.c:221: warning: unsigned int format, long unsigned
> int ar
> g (arg 7)
>   HOSTLD  scripts/mod/modpost
>   HOSTCC  scripts/kallsyms
> scripts/kallsyms.c: In function `compress_symbols':
> scripts/kallsyms.c:366: warning: implicit declaration of function `memmem'
> scripts/kallsyms.c:366: warning: assignment makes pointer from integer
> without a
>  cast
> scripts/kallsyms.c:385: warning: assignment makes pointer from integer
> without a
>  cast
> /cygdrive/c/DOCUME~1/KYLE~1.BUZ/LOCALS~1/Temp/ccLMGC3l.o:kallsyms.c:(.text+0
> x6cb
> ): undefined reference to `_memmem'
> /cygdrive/c/DOCUME~1/KYLE~1.BUZ/LOCALS~1/Temp/ccLMGC3l.o:kallsyms.c:(.text+0
> x72d
> ): undefined reference to `_memmem'

_memmem must be some symbol of the Cygwin libraries.

Honestly, get rid of Cygwin.  You'll be glad you did, the birds will
fly, the butterflies will be singing ...

  Ralf

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Cygwin Cross-compile of linux release
  2005-10-07 15:44 ` Ralf Baechle
@ 2005-10-07 15:48   ` Maciej W. Rozycki
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej W. Rozycki @ 2005-10-07 15:48 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

On Fri, 7 Oct 2005, Ralf Baechle wrote:

> Honestly, get rid of Cygwin.  You'll be glad you did, the birds will
> fly, the butterflies will be singing ...

 And most importantly pigs will do neither!

  Maciej

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-07 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 15:34 Cygwin Cross-compile of linux release Kyle Unice
2005-10-07 15:34 ` Kyle Unice
2005-10-07 15:44 ` Ralf Baechle
2005-10-07 15:48   ` Maciej W. Rozycki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.