Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

Building Sampling drivers failed, header files not found

MickeJ-IUA
Novice
737 Views

Hi, when building sep drivers compilation fails. Linux Fedora workstation. Console output with errors:

ello@fedora:/opt/intel/oneapi/vtune/2025.4/sepdk/src$ sudo ./build-driver 
[sudo] password for ello: 

C compiler to use: [ /bin/gcc ] 
C compiler version: 15.2.1

Make command to use: [ /bin/make ] 
Make version: 4.4.1

Kernel source directory: [ /lib/modules/6.16.7-200.fc42.x86_64/build ] 
Kernel version: 6.16.7-200

Cleaning workspaces ... 
Done

Building sep driver ... 
lwpmudrv.c:30:10: fatal error: lwpmudrv_version.h: No such file or directory
   30 | #include "lwpmudrv_version.h"
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/usr/src/kernels/6.16.7-200.fc42.x86_64/scripts/Makefile.build:287: lwpmudrv.o] Error 1
make[4]: *** Waiting for unfinished jobs....
eventmux.c:38:10: fatal error: lwpmudrv_types.h: No such file or directory
   38 | #include "lwpmudrv_types.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/usr/src/kernels/6.16.7-200.fc42.x86_64/scripts/Makefile.build:287: eventmux.o] Error 1
cpumon.c:44:10: fatal error: lwpmudrv_types.h: No such file or directory
   44 | #include "lwpmudrv_types.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/usr/src/kernels/6.16.7-200.fc42.x86_64/scripts/Makefile.build:287: cpumon.o] Error 1
control.c:40:10: fatal error: lwpmudrv_types.h: No such file or directory
   40 | #include "lwpmudrv_types.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [/usr/src/kernels/6.16.7-200.fc42.x86_64/scripts/Makefile.build:287: control.o] Error 1
make[3]: *** [/usr/src/kernels/6.16.7-200.fc42.x86_64/Makefile:2033: .] Error 2
make[2]: *** [/usr/src/kernels/6.16.7-200.fc42.x86_64/Makefile:248: __sub-make] Error 2
make[1]: *** [Makefile:248: __sub-make] Error 2
make: *** [Makefile:234: default] Error 2

Failed to build the drivers

 

0 Kudos
0 Replies
Reply