Difference between revisions of "Create Debian sysroots"
(→Introduction) |
(→Prerequisites) |
||
Line 10: | Line 10: | ||
[[Debian Linux Post Install Steps| Debian]] or [[Ubuntu Linux Post Install Steps | Ubuntu]]. | [[Debian Linux Post Install Steps| Debian]] or [[Ubuntu Linux Post Install Steps | Ubuntu]]. | ||
− | == | + | == Install debootstrap == |
+ | |||
+ | sudo apt install -y debootstrap |
Revision as of 12:37, 24 November 2019
Introduction
We'll create Debian sysroots suitable for a GCC cross compiler.
Prerequisites
Install debootstrap
sudo apt install -y debootstrap