All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] error with `make uclibc-menuconfig`
@ 2019-06-03 20:16 Ryan Whelan
  2019-06-03 20:32 ` Max Filippov
  0 siblings, 1 reply; 2+ messages in thread
From: Ryan Whelan @ 2019-06-03 20:16 UTC (permalink / raw)
  To: buildroot

When running `make uclibc-menuconfig`, (2019-02-2) with my configuration
file for buildroot (attached), I get the following error.

Applying 0002-xtensa-add-custom-bits-poll.h.patch using patch:
patching file libc/sysdeps/linux/xtensa/bits/poll.h
for f in uclibc-config ; do if [ ! -f "${f}" ]; then printf "Kconfig
fragment '%s' for '%s' does not exist\n" "${f}" "uclibc"; exit 1; fi; done
Kconfig fragment 'uclibc-config' for 'uclibc' does not exist
make: *** [package/uclibc/uclibc.mk:458: uclibc-config] Error 1

I'm not quite sure how to diagnosis the issue any further.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190603/a9eaf84e/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: buildroot-config
Type: application/octet-stream
Size: 103362 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20190603/a9eaf84e/attachment.obj>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] error with `make uclibc-menuconfig`
  2019-06-03 20:16 [Buildroot] error with `make uclibc-menuconfig` Ryan Whelan
@ 2019-06-03 20:32 ` Max Filippov
  0 siblings, 0 replies; 2+ messages in thread
From: Max Filippov @ 2019-06-03 20:32 UTC (permalink / raw)
  To: buildroot

Hi Ryan,

On Mon, Jun 3, 2019 at 1:16 PM Ryan Whelan <rcwhelan@gmail.com> wrote:
> When running `make uclibc-menuconfig`, (2019-02-2) with my configuration file for buildroot (attached), I get the following error.
>
> Kconfig fragment 'uclibc-config' for 'uclibc' does not exist

You have BR2_UCLIBC_CONFIG variable set to uclibc-config, but apparently
you don't have such file or it is not located where buildroot expects it (in the
root of the buildroot source tree).

By default BR2_UCLIBC_CONFIG is set to package/uclibc/uClibc-ng.config

-- 
Thanks.
-- Max

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-03 20:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-03 20:16 [Buildroot] error with `make uclibc-menuconfig` Ryan Whelan
2019-06-03 20:32 ` Max Filippov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.