WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xci-devel

[Xci-devel] link failure at xenclient-toolstack

To: xci-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xci-devel] link failure at xenclient-toolstack
From: Wolverine <m3l3m01t@xxxxxxxxx>
Date: Fri, 26 Mar 2010 13:10:59 +0800
Delivery-date: Thu, 25 Mar 2010 22:10:50 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:received:message-id :subject:from:to:content-type; bh=Lg6xWn/1h14PI5L7lXLdP/Eamr9TlVvEoIbXnGT7V/8=; b=pQJZsDcKkaNV84nWd7IwnFeWUbAmfSwg27r8+MxN9C0aCYAwP/NFzaOScQpao7qIRD FiV4nlnyCgQZNrKvJO0zy7ISOQmO31Ybc2Nb8Y/WiZlvXRnb1K4d8uCwpeB/TOFvG6Wr VZBsL8/POps8hSQJYY9e1HksdmxlMWdqSq8f0=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aZ5vticm0H/heSb89HQPH7xtufDpwbJxolAvmMJJgdH8cls31iL437hru2zVVO6sIh 0T5q4zEZQG5fYcnht5AGqSAIWNRs60fgfArFOOt8F5Y/dvT5aSk+UeXdigbom8g8Pr5n BbpoZfWwSCaSgqG/oyzYIQuIVmpyDqJYpx8q4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://lists.xensource.com/archives/html/xci-devel>
List-help: <mailto:xci-devel-request@lists.xensource.com?subject=help>
List-id: xci-devel.lists.xensource.com
List-post: <mailto:xci-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xci-devel>, <mailto:xci-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xci-devel-bounces@xxxxxxxxxxxxxxxxxxx
I found this error when compiling xenclient-toolstack,  and I cannot find these missing symbols in  xenclient-ocaml-cvs

-------------------------------
=> libs/netdev
 MLDEP   
 MLC      netdev.cmo
 MLA      netdev.cma
 CC       addr_stubs.o
 CC       bridge_stubs.o
 CC       link_stubs.o
 MKLIB    libnetdev_stubs.a
 MLOPT    netdev.cmx
 MLA      netdev.cmxa
=> common
 MLDEP   
nothing to do
=> gen/json_conv
 MLLEX    lexer.ml
 MLYACC   parser.ml
 MLDEP   
 MLOPT    syntax.cmx
 MLC      syntax.cmo
 MLI      parser.cmi
 MLOPT    parser.cmx
 MLOPT    lexer.cmx
 MLOPT    codegen.cmx
 MLOPT    gen_json_conv.cmx
 MLBIN    gen_json_conv
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(write.o): In function `unix_single_write':
write.c:(.text+0x88): undefined reference to `__memmove_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(write.o): In function `unix_write':
write.c:(.text+0x1a1): undefined reference to `__memmove_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(sendrecv.o): In function `unix_sendto_native':
sendrecv.c:(.text+0x85): undefined reference to `__memmove_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(sendrecv.o): In function `unix_send':
sendrecv.c:(.text+0x1a6): undefined reference to `__memmove_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(sendrecv.o): In function `unix_recvfrom':
sendrecv.c:(.text+0x2d0): undefined reference to `__recvfrom_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(sendrecv.o): In function `unix_recv':
sendrecv.c:(.text+0x411): undefined reference to `__recv_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(read.o): In function `unix_read':
read.c:(.text+0x7f): undefined reference to `__read_chk'
/mnt/hgfs/XCI/build/build_i686/xenclient-ocaml-cvs/dist/lib/ocaml/libunix.a(getaddrinfo.o): In function `unix_getaddrinfo':
getaddrinfo.c:(.text+0x2b6): undefined reference to `__memcpy_chk'
collect2: ld returned 1 exit status
File "caml_startup", line 1, characters 0-1:
Error: Error during linking
make[3]: *** [gen_json_conv] Error 2
make[2]: *** [gen/json_conv] Error 2
make[2]: Leaving directory `/mnt/xen/repo/xenclient-toolstack'
make[1]: *** [xenclient-toolstack-compile] Error 2
make[1]: Leaving directory `/mnt/hgfs/XCI/build'
make: *** [/mnt/hgfs/XCI/build/build_i686/xenclient-toolstack-tip/.installed] Error 2

_______________________________________________
Xci-devel mailing list
Xci-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xci-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xci-devel] link failure at xenclient-toolstack, Wolverine <=