kishore
2005-12-14 03:57:58 UTC
hi brian,
let me say thanks for ur quick response. I had membership in openSS7
project.
I changed the make file and combined my drivers along with streams and
add on my config file to Config.master. everything is fine, but while
loading `streams.ko` with `insmod` i got some problem.
By using the command dmesg i found the reason as " streams: Unknown
symbol puts ".
I looked at /proc/modules, only streams-liskmod was loaded but not
streams.
I went through Module.map there puts is associated with symbol "U"
(indicating undefined, i hope).
One more thing i want to bring to ur notice, i didn't used `puts` in my
module. so, how to resolve this issue.
With thanks,
kishore,packetware.
let me say thanks for ur quick response. I had membership in openSS7
project.
I changed the make file and combined my drivers along with streams and
add on my config file to Config.master. everything is fine, but while
loading `streams.ko` with `insmod` i got some problem.
By using the command dmesg i found the reason as " streams: Unknown
symbol puts ".
I looked at /proc/modules, only streams-liskmod was loaded but not
streams.
I went through Module.map there puts is associated with symbol "U"
(indicating undefined, i hope).
One more thing i want to bring to ur notice, i didn't used `puts` in my
module. so, how to resolve this issue.
With thanks,
kishore,packetware.