kconfig-frontends icon indicating copy to clipboard operation
kconfig-frontends copied to clipboard

Git Mirror of Yann Morin's kconfig-frontends project

Results 4 kconfig-frontends issues
Sort by recently updated
recently updated
newest added

When I navigate to the source code directory and run the command./configure, the following error happens : bash: cd: /Home/kconfig-frontends/: No such file or directory. [](url) ![unknown](https://user-images.githubusercontent.com/56723716/135537920-c6cbbd0e-1aa6-46b1-b048-3c6951f51c09.png) Thanks in advance

``` In file included from yconf.c:2459:0: menu.c: In function ‘get_symbol_str’: menu.c:567:18: error: ‘jump’ may be used uninitialized in this function [-Werror=maybe-uninitialized] jump->offset = r->len - 1; ^ menu.c:528:19: note: ‘jump’...

Hello, In conf.c, there is this: ``` static char line[128]; ``` The line size is limited to 128 bytes, so if I added a config option of string type, then...

Hi, no examples are provided to start "from scratch" a Makefile which is using the kconfig syntax. Any hints? Thank you