Difference between revisions of "Create Debian sysroots"

From Aram's Wiki
Jump to: navigation, search
(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

Debian or Ubuntu.

Install debootstrap

sudo apt install -y debootstrap