Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal error: 'core.h' file not found #5

Closed
JengaMasterG opened this issue Nov 30, 2021 · 1 comment
Closed

Fatal error: 'core.h' file not found #5

JengaMasterG opened this issue Nov 30, 2021 · 1 comment

Comments

@JengaMasterG
Copy link

pinctrl-wcd.c can't find core.h in it's own directory:

kernel/msm-4.14/techpack/audio/soc/pinctrl-wcd.c:26:10: fatal error: 'core.h' file not found
#include "core.h"
         ^~~~~~~~
1 error generated.
make[5]: *** [/kernel/msm-4.14/scripts/Makefile.build:368: techpack/audio/soc/pinctrl-wcd.o] Error 1
make[4]: *** [/kernel/msm-4.14/scripts/Makefile.build:682: techpack/audio/soc] Error 2
make[4]: *** Waiting for unfinished jobs....

Then causes a later error:

make[3]: *** [/kernel/msm-4.14/scripts/Makefile.build:682: techpack/audio] Error 2
make[2]: *** [/kernel/msm-4.14/Makefile:1131: techpack] Error 2
make[2]: *** Waiting for unfinished jobs....
@JengaMasterG
Copy link
Author

Broken symlink to core.h in the directory. Downloading fresh repo fixed issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant