We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pwd
In file included from zconf.tab.c:213:0: zconf.hash.c:163:1: error: conflicting types for ‘kconf_id_lookup’ kconf_id_lookup (register const char *str, register size_t len) ^~~~~~~~~~~~~~~ zconf.hash.c:34:25: note: previous declaration of ‘kconf_id_lookup’ was here static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len); ^~~~~~~~~~~~~~~ Makefile:95: recipe for target 'zconf.tab.o' failed make[2]: *** [zconf.tab.o] Error 1 Makefile:166: recipe for target 'build-lib-kconfig' failed make[1]: *** [build-lib-kconfig] Error 2 Makefile:126: recipe for target 'build' failed make: *** [build] Error 2
I'm using Ubuntu 18.04, Can you help me?
Thanks you...
The text was updated successfully, but these errors were encountered:
Take a look my problem #74 There is solution for your problem. But I think You will get may problem after you solve your.
Sorry, something went wrong.
No branches or pull requests
In file included from zconf.tab.c:213:0:
zconf.hash.c:163:1: error: conflicting types for ‘kconf_id_lookup’
kconf_id_lookup (register const char *str, register size_t len)
^~~~~~~~~~~~~~~
zconf.hash.c:34:25: note: previous declaration of ‘kconf_id_lookup’ was here
static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
^~~~~~~~~~~~~~~
Makefile:95: recipe for target 'zconf.tab.o' failed
make[2]: *** [zconf.tab.o] Error 1
Makefile:166: recipe for target 'build-lib-kconfig' failed
make[1]: *** [build-lib-kconfig] Error 2
Makefile:126: recipe for target 'build' failed
make: *** [build] Error 2
I'm using Ubuntu 18.04, Can you help me?
Thanks you...
The text was updated successfully, but these errors were encountered: