You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added the icecc related env in local.conf
INHERIT += "icecc"
ICECC_PARALLEL_MAKE = "-j 32"
PARALLEL_MAKE = "-j 32"
ICECC_PATH = "/usr/bin/icecc"
run bitbake : bitbake core-image-minimal
but, there is an error as below.
ERROR: /home/ivan/work4/sources/poky/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-freescale/recipes-devtools/utp-com/utp-com_git.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-openembedded/meta-oe/recipes-support/poco/poco_1.11.2.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/poky/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb: /usr/lib/icecc/bin/g++ is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-freescale/recipes-devtools/utp-com/utp-com_git.bb: /usr/lib/icecc/bin/g++ is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
I'm a beginner at building with icecc.
is there anyone who help me?
regards,
Ivan
The text was updated successfully, but these errors were encountered:
your problem is that you added the icecc compiler wrapper to your path with `added the icecc path on user account : export PATH="/usr/lib/icecc/bin:$PATH". under yocto the bitbake class manages this for you and you shouldn't do it before invoking bitbake. this issue is a user error and should be closed.
Hello,
regarding the build imx-yocto project with icecc(icecream),
I configured the environment as below for building yocto with icecc.
[Compiler PC]
[Scheduler PC]
3-1. run iceccd : iceccd -m 2 -vv -d
repo init -u https://github.com/nxp-imx/imx-manifest -b imx-linux-kirkstone -m imx-5.15.71-2.2.0.xml
repo sync -j
nproc
EULA=1 MACHINE=imx8mpevk DISTRO=fsl-imx-xwayland source imx-setup-release.sh -b build_fsl-imx-xwayland
INHERIT += "icecc"
ICECC_PARALLEL_MAKE = "-j 32"
PARALLEL_MAKE = "-j 32"
ICECC_PATH = "/usr/bin/icecc"
but, there is an error as below.
ERROR: /home/ivan/work4/sources/poky/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-freescale/recipes-devtools/utp-com/utp-com_git.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-openembedded/meta-oe/recipes-support/libtinyxml/libtinyxml_2.6.2.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-openembedded/meta-oe/recipes-support/poco/poco_1.11.2.bb: /usr/lib/icecc/bin/gcc is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/poky/meta/recipes-graphics/xorg-proto/xorgproto_2021.5.bb: /usr/lib/icecc/bin/g++ is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
ERROR: /home/ivan/work4/sources/meta-freescale/recipes-devtools/utp-com/utp-com_git.bb: /usr/lib/icecc/bin/g++ is a symlink to /usr/bin/icecc in PATH and this prevents icecc from working
I'm a beginner at building with icecc.
is there anyone who help me?
regards,
Ivan
The text was updated successfully, but these errors were encountered: