View Full Version : PrivateICE
[KSC]
March 20th, 2001, 19:45
Is there anyone using PrivateICE in linux? I've downloaded one, since my kernel is 2.2.16-22, and the binary it comes with is for 2.2.17, so I have to recompile it. And at the first file it compiles, the compiler reports error immediately, saying that kernel header should not be include(it is the module.h), so I remove that line and do it again, I succeed. However, when I try to run it, it says some external symbols are not found. Those symbols are system call's functions and data, the thing is that I can't find each function in all the system modules, can anyone tell me how to compile it?
Thanx in advance
LordSoth
March 21st, 2001, 20:06
If you've got more than one kernel compiled on your system, you might have
to include the specific headers for the kernel you wish to compile for, and
stuff like that.
In any case, as far as I know, everything that is related to the kernel (something developed for it, such as PrivateICE), has to include the kernel
headers..
LS
[KSC]
March 22nd, 2001, 01:16
I tried not to do any modifications to the source file, directly run makefile, but it will report error(some thing like "kernel module should not be include, but it is from an appropriate source"

, it forces me to change the code, but many unresolved system call symbol are found, it's very bother me, it's been more than a week since I want to try this program, any additional help? Thanx again.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.