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
{{ message }}
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.
I performed the " make alldefconfig; make" commands on a nfs mounted volume, it seems that the make process enter into a dead loop in "generates these .o.dep files"
The text was updated successfully, but these errors were encountered:
It seems that the line 11 in tools/build/Makefile.common has problems. the target is depending on the DEPENDENCY_CACHE file, but the .py command will update the DEPENDENCY_CACHE file, make tool will re-generate Makefile.gen file again and again
It seems that the lin 11 in tools/build/Makefile.common has problems. the target is depending on the DEPENDENCY_CACHE file, but the .py command will update the DEPENDENCY_CACHE file, make tool will re-generate Makefile.gen file again and again
It looks a bit odd, indeed, but I wonder how haven't we hit this before.
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub: #2316 (comment)
Gustavo Lima Chaves
Intel - Open Source Technology Center
@glima I did not encounter this issue before. But when I native build Soletta using Pi3/Minnowmax boards, the problem occurs:
tools/build/Makefile.common:7: update target 'Kconfig.gen' due to: .config-cache
./data/scripts/dependency-resolver.py --compiler="cc" --cflags=" -std=gnu99 -Werror=implicit-function-declaration"
--ldflags="" --cache="./.config-cache"
--pkg-config="pkg-config" --kconfig-gen
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I performed the " make alldefconfig; make" commands on a nfs mounted volume, it seems that the make process enter into a dead loop in "generates these .o.dep files"
The text was updated successfully, but these errors were encountered: