Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 79e9dd6

Browse files
committed
Added extra info on cross-compiling on newer Ubuntu system
1 parent b4eb2e7 commit 79e9dd6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CrossCompileHowto.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ export RASCROSS_DIR="$HOME/raspberrypi"
99
export HYPERION_DIR="$HOME/hyperion"
1010

1111
sudo apt-get install git rsync cmake ia32-libs protobuf-compiler
12+
# On newer version of Ubuntu (and maybe other distros) the ia32-libs is not available, the following
13+
# install solved this for me (TODO: verify what is really required)
14+
sudo apt-get install libc6:i386 libgcc1:i386 gcc-4.6-base:i386 libstdc++5:i386 libstdc++6:i386
1215

1316
mkdir -p "$RASCROSS_DIR/rootfs"
1417
git clone git://github.com/raspberrypi/tools.git "$RASCROSS_DIR/tools"

0 commit comments

Comments
 (0)