CodeConstruct / mctp

MCTP userspace tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Has header "linux/mctp.h" No

AfteratiadLily opened this issue · comments

Hi I'm totally beginner and have a question.When complie this code, it seems couldn't find "mctp.h".but this file does exist.
Screenshot from 2022-07-19 16-31-49
I try redownload and complie again same report. It's normal and it will influence the function?
Thank you

That message is normal - the mctp.h Linux kernel header was only added recently so hasn't made its way to libc headers on some systems. If it is missing mctp will use its own internal header file instead.

Sounds like this is addressed, so closing. @AfteratiadLily , feel free to re-open if you need.