I've installed on my system,

but have no idea on how to use it yet ?

Usage:
   icecc [compiler] [compile options] -o OBJECT -c SOURCE
   icecc --build-native [compilertype] [file...]
   icecc --help

Options:
   --help                     explain usage and exit
   --version                  show version and exit
   --build-native             create icecc environment
Environment Variables:
   ICECC                      if set to "no", just exec the real compiler
ICECC_VERSION use a specific icecc environment, see icecc-create-env
   ICECC_DEBUG                [info | warnings | debug]
                              sets verboseness of icecream client.
ICECC_LOGFILE if set, additional debug information is logged to the specified file
   ICECC_REPEAT_RATE          the number of jobs out of 1000 that should be
compiled on multiple hosts to ensure that they're
                              producing the same output.  The default is 0.
   ICECC_PREFERRED_HOST       overrides scheduler decisions if set.
   ICECC_CC                   set C compiler name (default gcc).
   ICECC_CXX                  set C++ compiler name (default g++).
ICECC_CLANG_REMOTE_CPP set to 1 or 0 to override remote precompiling with clang
                              (requires clang -frewrite-includes option).
ICECC_IGNORE_UNVERIFIED if set, hosts where environment cannot be verified are not used.
   ICECC_EXTRAFILES           additi


On 28/07/17 14:22, Josef Holzmayr wrote:
On 28.07.2017 08:17, Riko Ho wrote:
icecc.bbclass  on Yocto manual, but I'm not sure on how to use it yet ?

to me, the description in

https://stackoverflow.com/questions/14472175/distributed-compile-with-bitbake

looks pretty good - for the bitbake side of things. Setting up icecc, again, is distribution specific (according to themselves, see https://github.com/icecc/icecream/blob/master/README.md#installation).

--
*

/*******/
Sent by Ubuntu LTS 16.04,
Kind regards,
Riko Ho
/*******/

*
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to