Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Ubuntu 16.04 LTS Toolchain

15 bytes removed, 10:09, 9 March 2018
Installing cross-dependencies
To install build-dependencies of a package before cross-building: <span id="line-118" class="anchor"></span><span id="line-119" class="anchor"></span><span id="line-120" class="anchor"></span>
<pre><span id="line-1-11" class="anchor"></span>apt-get build-dep -a <arch> <package> </pre>
This only works when all the 'tools' packages depended-on are marked <tt>Multi-Arch: foreign</tt>, any depended-on libraries which are also needed on the BUILD machine, and -dev packages which are needed for both HOST and BUILD architectures are made co-installable ('Multi-Arch: same' with arch-qualified paths), and any exceptions to the default rules are marked <tt>package:any</tt> or <tt>package:native</tt> in the package source. This process is ongoing. <span id="line-123" class="anchor"></span><span id="line-124" class="anchor"></span>