Created attachment 7241 [details] compilation log Hi my configuration : - gcc 5.4.0 - X64 - custom HOST_DIR With the same configuration, this package compile successfully with buildroot 2017.02.x. it may be related to removing the output/host/usr directory ? regards Frederic MATHIEU
I can't reproduce with the following defconfig: BR2_x86_64=y BR2_HOST_DIR="/home/test/custom-host-dir/" BR2_TOOLCHAIN_BUILDROOT_GLIBC=y BR2_GCC_VERSION_5_X=y BR2_PACKAGE_LTTNG_LIBUST=y Are you sure your build failure is reproducible after doing a "make clean all" ? If it is, then please reopen this bug, attaching a minimal defconfig that allows to reproduce the build failure. Thanks!