909 views|3 replies

224

Posts

0

Resources
The OP
 

Error when compiling module module in Linux driver [Copy link]

When writing a driver, the compilation module reported such an error. I have been looking for the reason for a day and don’t know where the problem is. Can any big guy help me?

This post is from Linux and Android

Latest reply

The compilation environment is not set up. Refer to install SDK , source SDK/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi   Details Published on 2023-12-15 10:39

224

Posts

0

Resources
From 4
 
To summarize this problem, as shown in the picture, the problem is the lack of Module.symvers file. For security reasons, some function calls in the Linux kernel are stored in "third-party files", and Module.symvers is this third-party file, so it is shown that there are so many functions not found. The bottom line is that there is no such file. If you want to have this file, when compiling your own module, first use make modules to compile the kernel module, so that this file will be generated and the problem will be solved.
This post is from Linux and Android
 
 

2865

Posts

4

Resources
2
 

The compilation environment is not set up. Refer to install SDK , source SDK/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi

This post is from Linux and Android

Comments

Solved it later, thanks for the help  Details Published on 2023-12-16 00:27
 
 
 

224

Posts

0

Resources
3
 
bigbat posted on 2023-12-15 10:39 The compilation environment is not set up properly. Refer to install SDK, source SDK/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-l ...

Solved it later, thanks for the help


This post is from Linux and Android
 
 
 

Guess Your Favourite
Just looking around
Find a datasheet?

EEWorld Datasheet Technical Support

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京B2-20211791 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号
快速回复 返回顶部 Return list