Difference between revisions of "Create Debian sysroots"
(→Prerequisites) |
(→Prerequisites) |
||
Line 8: | Line 8: | ||
== Prerequisites == | == Prerequisites == | ||
− | [[Debian Linux Post Install Steps| Debian]] or [[Ubuntu Linux Post Install Steps | Ubuntu]] or any system that can run [https://wiki.debian.org/Debootstrap| debootstrap]. | + | [[Debian Linux Post Install Steps| Debian]] or [[Ubuntu Linux Post Install Steps | Ubuntu]] or any system that can run [https://wiki.debian.org/Debootstrap| debootstrap ]. |
== Install debootstrap == | == Install debootstrap == | ||
sudo apt install -y debootstrap | sudo apt install -y debootstrap |
Revision as of 12:38, 24 November 2019
Introduction
We'll create Debian sysroots suitable for a GCC cross compiler.
Prerequisites
Debian or Ubuntu or any system that can run debootstrap .
Install debootstrap
sudo apt install -y debootstrap