-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install on a raspberry pi #5
Comments
if I add the mt.h, I get follow errors:
|
Yes, primary use of the supplied Try manually going to prepared Linux kernel source code directory and issuing
Building the kernel is not needed, but having kernel source code (maybe not full) is required for building a kernel module, which virtual touchscreen requires. Before trying to build and run virtual_touchscreen, you can try making and loading some other, built-in kernel module, for familiarise yourself with the process. |
phuu :-( I was thinking that I can simply execute this program after compile it... but also simply compile the C-File gives error... I don't have any expirience with load driver on linux (modprobe??) etc. For me all that driver stuff on linux looks very complicated and it will takes many time. Maybe somebody can point me to some steps how to make virtual touchscreen work simply with raspbian. thank you |
Maybe somebody can provide a pre-built Otherwise you need to install something like |
I already have tried pi@raspberrypi:~ $ apt-cache search linux-headers |
Try installing |
Already tried both headers, but make always gives follow error:
|
Try Note that you'll probably need to install |
in the directory I cannot find any "build" named file.
|
Where do you get the kernel from? Does DKMS work? For example, can you install and use something like |
it's orginal Raspbian Image (Kernel) from the Raspberry Homepage. I tried to install with follow result:
|
What about some other |
Hello, I just have tried to install the virtual_touchscreen on a raspberry (raspbian), but I'm stumbling still on the first step "make". (I already have done apt-get update, and I tried sudo apt-get install raspberrypi-kernel-headers)
EDIT:
I suppose "make" is for building kernel, so I simply tried to compile the file, but now I think I have to add the "mt.h" File? Is that correct? I don't want build the kernel or such thing (to complicated for me)
The text was updated successfully, but these errors were encountered: