[Buildroot] [Bug 16000] GDB will not build

bugzilla at busybox.net bugzilla at busybox.net
Mon Apr 1 11:40:16 UTC 2024


https://bugs.busybox.net/show_bug.cgi?id=16000

--- Comment #7 from Peter Seiderer <ps.report at gmx.net> ---
Do not tailor the configuration by hand, use 'make savedefconfig' instead, I
doubt your given config reproduces the problem as neither BR2_PACKAGE_HOST_GDB
nor BR2_PACKAGE_GDB are set...

Problem not reproducable on openSUSE Tumbleweed with the following defconfig
for me (using buildroot git master):

BR2_x86_nocona=y
BR2_TOOLCHAIN_BUILDROOT_UCLIBC=y
BR2_KERNEL_HEADERS_6_1=y
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
BR2_PTHREAD_DEBUG=y
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
BR2_BINUTILS_VERSION_2_40_X=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_PACKAGE_HOST_GDB=y
BR2_CCACHE=y
BR2_PER_PACKAGE_DIRECTORIES=y
BR2_SSP_REGULAR=y
BR2_RELRO_PARTIAL=y
BR2_PACKAGE_GDB=y
BR2_PACKAGE_GDB_SERVER=y
BR2_PACKAGE_GDB_DEBUGGER=y

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the buildroot mailing list