<div dir="ltr"><div><div><div>Dear Tomohiro Kitamura,<br></div>thanks for your reply. <br></div>I have tried to compile Bitvisor 1.4 in two different environments, and got the same compiling error. My two environment configurations and the error messages are attached at the end of this email.<br><br></div><div>thanks<br></div><div>Andy<br></div><div><br>1. Fedora 19 x86_84  with gcc 4.8.3 20140911(Red Hat 4.8.3-7)<br>Using built-in specs.<br>COLLECT_GCC=gcc<br>COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.3/lto-wrapper<br>Target: x86_64-redhat-linux<br>Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=<a href="http://bugzilla.redhat.com/bugzilla" target="_blank">http://bugzilla.redhat.com/bugzilla</a> --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.3-20140911/obj-x86_64-redhat-linux/cloog-install --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux<br>Thread model: posix<br>gcc version 4.8.3 20140911 (Red Hat 4.8.3-7) (GCC)<br></div><div><br>----------------------------------------------------------<br>2. Linux ubuntu 12.04 lts<br></div><div>COLLECT_GCC=gcc<br>COLLECT_LTO_WRAPPER=/usr/lib/<div dir="ltr">gcc/i686-linux-gnu/4.6/lto-wrapper<br>Target: i686-linux-gnu<br>Configured with: ../src/configure -v --with-pkgversion=&#39;Ubuntu/Linaro 4.6.3-1ubuntu5&#39; --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++
 --prefix=/usr --program-suffix=-4.6 --enable-shared 
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib 
--enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--enable-gnu-unique-object --enable-plugin --enable-objc-gc 
--enable-targets=all --disable-werror --with-arch-32=i686 
--with-tune=generic --enable-checking=release --build=i686-linux-gnu 
--host=i686-linux-gnu --target=i686-linux-gnu<br>Thread model: posix<br>gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)</div>---------------<br>error message is:<br> <br>usr/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored.<br>  LD bitvisor.elf<br>/usr/bin/ld: warning: Cannot create .note.gnu.build-id section, --build-id ignored.<br>/usr/bin/ld: error in output.o(.eh_frame); no .eh_frame_hdr table will be created.<br>size bitvisor.elf<br>   text       data        bss        dec        hex    filename<br>1664674    11887456    2850816    16402946     fa4a02    bitvisor.elf<br><br></div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Nov 17, 2014 at 2:13 AM, tkitamura <span dir="ltr">&lt;<a href="mailto:tkitamura@igel.co.jp" target="_blank">tkitamura@igel.co.jp</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi, Andy<br>
<br>
I could compile BitVisor 1.4 in Fedora 19 x86-64 with default BtiVisor<br>
configuration.<br>
I compiled BitVisor with 64 bit BitVisor configuration and I did it with<br>
32 bit configuration, too.<br>
However no problem has occurred in both configurations. My environment<br>
is almost default<br>
Fedora 19. I installed only gcc and hg(mercurial) by yum after Fedora 19<br>
installation.<br>
<br>
What kind of a error did you see when you compiled BitVisor?<br>
Please show me the log displayed when you failed to compile BitVisor in<br>
your environment.<br>
Moreover, I may be able to know why you failed if I get your BitVisor<br>
configuration(defconfig<br>
and .config in your BitVisor directory).<br>
<br>
<br>
My environment:<br>
<br>
[root@localhost bitvisor]# gcc --version<br>
gcc (GCC) 4.8.3 20140911 (Red Hat 4.8.3-7)<br>
Copyright (C) 2013 Free Software Foundation, Inc.<br>
This is free software; see the source for copying conditions.  There is NO<br>
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.<br>
<br>
[root@localhost bitvisor]# uname -a<br>
Linux localhost.localdomain 3.9.5-301.fc19.x86_64 #1 SMP Tue Jun 11<br>
19:39:38 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux<br>
<br>
[root@localhost bitvisor]# cat /etc/redhat-release<br>
Fedora release 19 (Schrödinger’s Cat)<br>
<br>
--<br>
IGEL Co., Ltd.<br>
Tomohiro Kitamura<br>
<div><div class="h5"><br>
On 2014年11月14日 00:22, peng xie wrote:<br>
&gt; Hi, All<br>
&gt; I am new to bitvisor, please forgive my ignorance. I tried  to compile<br>
&gt; bitvisor 1.4 but failed. I am wondering what is the compiling<br>
&gt; environment for  Bitvisor 1.4? Is there anyone  who successfully<br>
&gt; compiled bitvisor 1.4 before? please let me know your Linux version<br>
&gt; and gcc version. I am using Fedora 19 x86-64.<br>
&gt;<br>
&gt; thanks<br>
&gt; Andy<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; BitVisor-users-en mailing list<br>
&gt; <a href="mailto:BitVisor-users-en@bitvisor.org">BitVisor-users-en@bitvisor.org</a><br>
&gt; <a href="https://www.bitvisor.org/mailman/listinfo/bitvisor-users-en" target="_blank">https://www.bitvisor.org/mailman/listinfo/bitvisor-users-en</a><br>
<br>
<br>
_______________________________________________<br>
BitVisor-users-en mailing list<br>
<a href="mailto:BitVisor-users-en@bitvisor.org">BitVisor-users-en@bitvisor.org</a><br>
<a href="https://www.bitvisor.org/mailman/listinfo/bitvisor-users-en" target="_blank">https://www.bitvisor.org/mailman/listinfo/bitvisor-users-en</a><br>
</blockquote></div><br></div>