Very common questions I hear when dealing with compiling open source projects are:
- How do I cross-compile a project using icecc/icecream?
- How to use a different compiler version for compiling my project and still benefiting from icecc/icecream?
Note: from now on I’ll always refer to icecream instead icecc/iceccd/distcc for the name of the project.
Given you already created your cross toolchain (or downloaded from somewhere else, e.g. CodeSourcery/Linaro) these two questions are essentially the same. All you have to do is to follow the two steps below:
1. Create the “compiler environment”
Understanding …
read more