Hello,
I get
config/Makefile:263: *** No gnu/libc-version.h found, please install glibc-dev[el]. Stop.
make[1]: *** [Makefile:69: all] Error 2
make[1]: Leaving directory '/home/harsszegi/rockchip/http://LibreELEC.tv/build.LibreELEC-TinkerBoard.arm-9.0-devel/linux-7b43537e/tools/perf'
Makefile:12: recipe for target 'image' failed
when using
PROJECT=Rockchip DEVICE=TinkerBoard ARCH=arm make image
it appears, like perf doesn't see the glibc project's include files.
Any advise?
Thanks,
p.s.: I have added a "TARGET_KERNEL_PERF" option to devices/options, and modded linux/package.mk so that if this is set to "NO" PKG_BUILD_PERF is also set to "NO", so this clears the problem for now