Skip to content

MLBuild

bgeVam edited this page Mar 16, 2017 · 2 revisions

This page describes the build setup for the Magic Lantern modules.

Step-By-Step Guide

  1. Clone from Bitbucket

NOTE: mercurial must be installed

hg clone -u unified https://bitbucket.org/hudson/magic-lantern
  1. Install Cross-Compiler for ARM architecture

    a. Ubuntu

    sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi gcc-32bit lib32gcc-4.8-dev gcc-multilib g++-multilib
    

    b. Arch

    sudo pacman -S arm-none-eabi-gcc arm-none-eabi-newlib gcc-multilib
    
  2. Edit Makefile.user in magic-lantern

Set Cross-Compiler Path

Clone this wiki locally