[Buildroot] [Bug 8946] Valgrind fails to build with stack protection turned on

bugzilla at busybox.net bugzilla at busybox.net
Mon Sep 12 20:20:07 UTC 2016


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

Thomas Petazzoni <thomas.petazzoni at free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #7 from Thomas Petazzoni <thomas.petazzoni at free-electrons.com> ---
The following configuration (reduced from your defconfig, and changed to use a
toolchain with SSP enabled) builds just fine here:

BR2_arm=y
BR2_cortex_a9=y
BR2_SHARED_STATIC_LIBS=y
BR2_TOOLCHAIN_BUILDROOT_USE_SSP=y
BR2_ENABLE_LOCALE_PURGE=y
BR2_PACKAGE_VALGRIND=y
BR2_PACKAGE_VALGRIND_SGCHECK=y
BR2_PACKAGE_VALGRIND_BBV=y
BR2_PACKAGE_VALGRIND_LACKEY=y
BR2_PACKAGE_VALGRIND_NULGRIND=y

I tested wiht 2016.05-rc1, which is the version you used according to your
configuration file.

Can you retest with 2016.08, and provide a minimal Buildroot configuration that
exhibits the problem?

Thanks!

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


More information about the buildroot mailing list