From d5b631fa3bcd822815c7f875432b15e8b9875395 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 28 Feb 2019 08:36:39 +1100 Subject: User: Change output block to type none. --- user/hosts/os.rst | 4 ++-- user/hosts/posix.rst | 20 ++++++++++---------- user/hosts/windows.rst | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'user/hosts') diff --git a/user/hosts/os.rst b/user/hosts/os.rst index d1f0834..4bb873e 100644 --- a/user/hosts/os.rst +++ b/user/hosts/os.rst @@ -52,7 +52,7 @@ proven over the years to be difficult to manage in production systems. using the ``--prefix`` option so the path you need to configure to build applications can be set with the following in a BASH shell: - .. code-block:: shell + .. code-block:: none $ export PATH=$HOME/development/rtems/4.11/bin:$PATH @@ -75,7 +75,7 @@ proven over the years to be difficult to manage in production systems. example, if you want to build a toolchain for 4.11, then you should checkout the 4.11 branch of the RSB: - .. code-block:: shell + .. code-block:: none $ git checkout -t origin/4.11 diff --git a/user/hosts/posix.rst b/user/hosts/posix.rst index 24930e7..044b8bd 100644 --- a/user/hosts/posix.rst +++ b/user/hosts/posix.rst @@ -55,7 +55,7 @@ ArchLinux The following packages are required on a fresh Archlinux 64bit installation: -.. code-block:: shell +.. code-block:: none # pacman -S base-devel gdb xz unzip ncurses git zlib @@ -63,7 +63,7 @@ Archlinux, by default installs ``texinfo-5`` which is incompatible for building GCC 4.7 tree. You will have to obtain ``texinfo-legacy`` from ``AUR`` and provide a manual override: -.. code-block:: shell +.. code-block:: none # pacman -R texinfo $ yaourt -S texinfo-legacy @@ -76,7 +76,7 @@ CentOS The following packages are required on a minimal CentOS 6.3 64bit installation: -.. code-block:: shell +.. code-block:: none # yum install autoconf automake binutils gcc gcc-c++ gdb make patch \ bison flex xz unzip ncurses-devel texinfo zlib-devel python-devel git @@ -93,7 +93,7 @@ Fedora The RTEMS Source Builder has been tested on Fedora 19 64bit with the following packages: -.. code-block:: shell +.. code-block:: none # yum install ncurses-devel python-devel git bison gcc cvs gcc-c++ \ flex texinfo patch perl-Text-ParseWords zlib-devel @@ -106,7 +106,7 @@ Raspbian The is the Debian distribution for the Raspberry Pi. The following packages are required: -.. code-block:: shell +.. code-block:: none $ sudo apt-get install autoconf automake bison flex binutils gcc g++ gdb \ texinfo unzip ncurses-dev python-dev git @@ -124,7 +124,7 @@ Ubuntu The latest version is Ubuntu 18.04.1 LTS 64-bit. This section also includes Xubuntu. A minimal installation was used and the following packages installed: -.. code-block:: shell +.. code-block:: none $ sudu apt-get build-dep gcc-defaults g++ gdb git unzip pax bison \ flex libpython-dev git libncurses5-dev zlib1g-dev @@ -147,7 +147,7 @@ Linux Mint zlib package is required on Linux Mint. It has a different name (other than the usual zlib-dev): -.. code-block:: shell +.. code-block:: none # sudo apt-get install zlib1g-dev @@ -167,7 +167,7 @@ FreeBSD The RTEMS Source Builder has been tested on FreeBSD 9.1, 10.3 and 11 64bit version. You need to install some ports. They are: -.. code-block:: shell +.. code-block:: none # cd /usr/ports # portinstall --batch lang/python27 @@ -175,7 +175,7 @@ version. You need to install some ports. They are: If you wish to build Windows (mingw32) tools please install the following ports: -.. code-block:: shell +.. code-block:: none # cd /usr/ports # portinstall --batch devel/mingw32-binutils devel/mingw32-gcc @@ -195,7 +195,7 @@ NetBSD The RTEMS Source Builder has been tested on NetBSD 6.1 i386. Packages to add are: -.. code-block:: shell +.. code-block:: none # pkg_add ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/6.1/devel/gmake-3.82nb7.tgz # pkg_add ftp://ftp.netbsd.org/pub/pkgsrc/packages/NetBSD/i386/6.1/devel/bison-2.7.1.tgz diff --git a/user/hosts/windows.rst b/user/hosts/windows.rst index ffd70a0..7aaa9c3 100644 --- a/user/hosts/windows.rst +++ b/user/hosts/windows.rst @@ -157,7 +157,7 @@ The packages we require are: Install the packages using ``pacman``: -.. code-block:: shell +.. code-block:: none $ pacman -S python mingw-w64-x86_64-python2 mingw-w64-x86_64-gcc \ bison cvs diffutils git make patch tar texinfo unzip @@ -225,7 +225,7 @@ cross-compiler is required to build the C runtime for the RTEMS target because we are building under Cygiwn. The build output for an RTEMS 4.10 ARM tool set is: -.. code-block:: shell +.. code-block:: none chris@cygwin ~/development/rtems/src/rtems-source-builder/rtems $ ../source-builder/sb-set-builder --log=l-arm.txt \ -- cgit v1.2.3