Link to home
Start Free TrialLog in
Avatar of sctccomm
sctccomm

asked on

Unresolved symbol create_proc_entry

Hello all,
When I try to "insmod" on a char device driver, it gives me the following errors.

"unresolved symbol create_proc_entry"
"unresolved symbol remove_proc_entry"

I am using Linux 2.4 Kernel on an ARM processor.

Can someone give me some suggestions on how to solve the problem?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of manish_regmi
manish_regmi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of manish_regmi
manish_regmi

this article might me a little help.
http://www.geocities.com/ravikiran_uvs/articles/proc.html

regards
Manish Regmi
SOLUTION
Avatar of Duncan Roe
Duncan Roe
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial