Skip to content
Snippets Groups Projects
  1. Dec 09, 2013
  2. Sep 18, 2013
    • Zhi Yong Wu's avatar
      osv: fix one compile issue · 86c5fbe9
      Zhi Yong Wu authored
      
      make[1]: Entering directory `/home/zwu/virt/osv/build/release'
        GEN gen/include/bits/alltypes.h
        AS arch/x64/boot16.o
        LD boot.bin
        AS arch/x64/boot.o
        CXX loader.o
      In file included from <command-line>:0:0:
      ./../../compiler/include/intrinsics.hh:10:127: error: new declaration ‘unsigned char __builtin_ia32_addcarryx_u64(unsigned char, long unsigned int, long unsigned int, long long unsigned int*)’ [-Werror]
      ./../../compiler/include/intrinsics.hh:10:127: error: ambiguates built-in declaration ‘unsigned char __builtin_ia32_addcarryx_u64(unsigned char, long long unsigned int, long long unsigned int, long long unsigned int*)’ [-Werror]
      cc1plus: all warnings being treated as errors
      make[1]: *** [loader.o] Error 1
      make[1]: Leaving directory `/home/zwu/virt/osv/build/release'
      make: *** [all] Error 2
      
      Signed-off-by: default avatarZhi Yong Wu <wuzhy@linux.vnet.ibm.com>
      86c5fbe9
  3. Aug 16, 2013
  4. Jul 29, 2013
Loading