X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=README.md;h=e213bf2feeeefd91722c191fa0b802aa5492b120;hb=309f2c158006ce81e3bedd1d6a272b61236a8e54;hp=8922d36fc992327ad3dfc1b1a05a65c74bc0d81d;hpb=39c49b1b2f0b354dbcf0df57b7ca5ca8dfc56e48;p=soc.git diff --git a/README.md b/README.md index 8922d36f..e213bf2f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,9 @@ VPU, and using Libre-licensed design cells. Libre-SOC is Libre down to the VLSI Cells, thanks to Chips4Makers FlexLib and Sorbonne University lip6.fr -# [Documentation](https://libre-soc.org/docs/) +# Documentation + +See https://libre-soc.org/docs/ # Installation @@ -20,19 +22,6 @@ https://git.libre-soc.org/?p=dev-env-setup.git;a=summary qemu and gdb for Power 64 are required. qemu can be installed with "apt-get install qemu-system-ppc64", however gdb needs compiling from -source. Obtain the latest tarball, unpack it, then: - - cd gdb-9.1 (or other location) - mkdir build - cd build - ../configure --srcdir=.. --host=x86_64-linux --target=powerpc64-linux-gnu - make -j16 - make install - -You will need to have installed the powerpc gnu gcc cross-compiler for -this to work: - - apt-get install gcc-9-powerpc64-linux-gnu +source. The simplest way is to use this dev-env-script: -Or, use this dev-env-script: https://git.libre-soc.org/?p=dev-env-setup.git;a=blob;f=ppc64-gdb-gcc;hb=HEAD