You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/getting-started/building-from-source.rst
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ Install the necessary tools for the following systems:
95
95
96
96
.. note::
97
97
Use ``gcc`` version 7.3.* or higher to avoid running into
98
-
issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_. Follow these instructions to install the ``gcc-7`` package on Ubuntu 16.04:
98
+
issue `#1396 <https://github.com/projectacrn/acrn-hypervisor/issues/1396>`_. Follow these instructions to install the ``gcc-7`` package on Ubuntu 18.04:
99
99
100
100
.. code-block:: none
101
101
@@ -108,20 +108,8 @@ Install the necessary tools for the following systems:
108
108
109
109
ACRN development requires ``binutils`` version 2.27 (or higher).
110
110
Verify your version of ``binutils`` with the command ``apt show binutils
111
-
``. While Ubuntu 18.04 has a new version of ``binutils``, the default
112
-
version on Ubuntu 16.04 must be updated (see issue `#1133
0 commit comments