-
Notifications
You must be signed in to change notification settings - Fork 252
Closed
Description
Build breaking on i5-5250u. Seems to be from this commit. Cc @LukaszJobczyk
/dockerws/workspace/neo/runtime/dll/linux/devices/devices_base.m:82:9: error: 'IKBL_GT2_R_ULX_DEVICE_F0_ID' was not declared in this scope
DEVICE( IKBL_GT2_R_ULX_DEVICE_F0_ID, KBL_1x3x8, GTTYPE_GT2 )
^
/dockerws/workspace/neo/runtime/dll/linux/drm_neo_create.cpp:38:36: note: in definition of macro 'DEVICE'
#define DEVICE(devId, gt, gtType) {devId, >::hwInfo, >::setupGtSystemInfo, gtType},
^~~~~
/dockerws/workspace/neo/runtime/dll/linux/devices/devices_base.m:82:9: note: suggested alternative: 'IKBL_GT2_R_ULT_DEVICE_F0_ID'
DEVICE( IKBL_GT2_R_ULX_DEVICE_F0_ID, KBL_1x3x8, GTTYPE_GT2 )
^
/dockerws/workspace/neo/runtime/dll/linux/drm_neo_create.cpp:38:36: note: in definition of macro 'DEVICE'
#define DEVICE(devId, gt, gtType) {devId, >::hwInfo, >::setupGtSystemInfo, gtType},
^~~~~
igdrcl_lib_release/CMakeFiles/igdrcl_dll.dir/build.make:686: recipe for target 'igdrcl_lib_release/CMakeFiles/igdrcl_dll.dir/dll/linux/drm_neo_create.cpp.o' failed
make[2]: *** [igdrcl_lib_release/CMakeFiles/igdrcl_dll.dir/dll/linux/drm_neo_create.cpp.o] Error 1
CMakeFiles/Makefile2:12090: recipe for target 'igdrcl_lib_release/CMakeFiles/igdrcl_dll.dir/all' failed
make[1]: *** [igdrcl_lib_release/CMakeFiles/igdrcl_dll.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
Metadata
Metadata
Assignees
Labels
No labels