提交 0a97dd70 创建 作者: Frans Kaashoek's avatar Frans Kaashoek

x

上级 875bc53a
...@@ -33,9 +33,13 @@ ...@@ -33,9 +33,13 @@
(gdb) c (gdb) c
* Mac cross compiler gcc-4.6.2 * Mac cross compiler gcc-4.6.2
compiler without libstdc++
download, make, make install gmp-5.0.4, mpfr-3.1.0, and mpc-0.9 download, make, make install gmp-5.0.4, mpfr-3.1.0, and mpc-0.9
for mpfr and mpc: ./configure --with-gmp=/usr/local for mpfr and mpc: ./configure --with-gmp=/usr/local
for gcc: ../configure --target=x86_64-jos-elf --with-gmp=/usr/local/ --with-mpfr=/usr/local --enable-languages=c,c++ --without-headers --disable-nls for gcc:
mkdir build
cd build
../configure --target=x86_64-jos-elf --with-gmp=/usr/local/ --with-mpfr=/usr/local --enable-languages=c,c++ --without-headers --disable-nls
* clang * clang
- Version 3.0 or greater is required to build xv6 - Version 3.0 or greater is required to build xv6
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论