[Buildroot] [PATCH] i7z: new package

Bernd Kuhls bernd.kuhls at t-online.de
Tue Apr 26 15:17:21 UTC 2016


Am Tue, 26 Apr 2016 16:21:44 +0200 schrieb Vincent Stehlé:

> +config BR2_PACKAGE_I7Z
> +	bool "i7z"
> +	depends on BR2_i386 || BR2_x86_64
> +	select BR2_PACKAGE_NCURSES
> +	help

Hi,

the package depends on threads:

i7z_Dual_Socket.c:23:21: fatal error: pthread.h: No such file or directory
 #include <pthread.h>
                     ^

Tested using this defconfig:

BR2_PTHREADS_NONE=y
BR2_PACKAGE_I7Z=y

Regards, Bernd




More information about the buildroot mailing list