diff --git a/doc/install.html b/doc/install.html index 04bfe26d..b6481443 100644 --- a/doc/install.html +++ b/doc/install.html @@ -269,6 +269,7 @@ for any supported target:
  • Yes, you need a toolchain for both your host and your target!
  • Both host and target architectures must have the same pointer size.
  • E.g. if you want to cross-compile to a 32 bit target on a 64 bit host, you need to install the multilib development package (e.g. libc6-dev-i386 on Debian/Ubuntu) and build a 32 bit host part (HOST_CC="gcc -m32").
  • +
  • On some distro versions, multilib conflicts with cross-compilers. The workaround is to install the x86 cross-compiler package gcc-i686-linux-gnu and use it to build the host part (HOST_CC=i686-linux-gnu-gcc).
  • 64 bit targets always require compilation on a 64 bit host.