Skip to content

Compile a GLUED toolchain for cross compilation

Jose Pinto edited this page May 9, 2017 · 1 revision

1. Get the GLUED source

  1. git clone https://github.com/LSTS/glued.git

2. Generate configuration file for desired system

  1. cd glued
  2. ./mkconfig.bash <system>

3. Compile toolchain

  1. ./mksystem <generated_configuration>
  2. Go grab a coffe...
  3. There will be a new toolchain folder which includes compilers and the root filesystem.