Why it is wrong?

MiniBO0

New Member
Joined
Mar 11, 2022
Messages
7
Reaction score
1
Credits
49
1646979303557.png
 


Perhaps have a look at line 15 in the Makefile to see what the code is doing.
 
I can't read the parts of the error messages that are in chinese, but unless I'm mistaken - it looks like the compiler is probably complaining that input-event-codes.h is missing, or not found.
But the OP has the header file in /usr/include/

So it could be something that needs to be modified in the Makefile/configuration of the build.

@MiniBO0 - what software are you trying to build?
 
I think the problem is that the compiler is looking for input-event-codes.h in /usr/include/input-event-codes.h but the file is actually in /usr/include/linux/input-event-codes.h. Hence the error. That should be easy to adjust in the Makefile or in the filesystem. You need to check on these locations to see if this is the case.
 
Last edited by a moderator:

Members online


Latest posts

Top