Cross compilation toolchain
-
Hello guys, I was setting up my environment for cross compilation, I downloaded the docker image and when I got to the "make" part I am getting an issue with this:
Signing package index...
make[2]: Leaving directory '/root/source'
export MAKEFLAGS= ;make -w -r diffconfig
make[2]: Entering directory '/root/source'
tmp/.config-package.in:33778:error: recursive dependency detected!
For a resolution refer to Documentation/kbuild/kconfig-language.txt
subsection "Kconfig recursive dependency limitations"I was wondering if I can make some changes to make if finish compilation for the toolchain
-
@Andres-Santos Most compilatoin issues can be resolved using the following steps:
./scripts/feeds clean
./scripts/feeds update -a
./scripts/feeds install -amake -j6
If that fails I will usually make clean before make -j6