Dafna Hirschfeld
Dafna Hirschfeld
Hi, I have ubuntu 16.04 I run `./configure` and then `./build` few seconds after the `./build` I get: ``` ui/input-keymap.c:8:44: fatal error: ui/input-keymap-linux-to-qcode.c: No such file or directory ```
my build fails with: eigen.cpp:5:23: fatal error: Eigen/Dense: No such file or directory #include ^ compilation terminated. Makefile:38: recipe for target 'eigen.out' failed make[2]: *** [eigen.out] Error 1 package/pkg-generic.mk:223: recipe...
Hi, I build that dust sensor according to these instructions: https://sensor.community/en/sensors/airrohr/ In the instructions it is shown that the dust sensor and the ESP8266 should stick out from the pipe....
If I compile with: ``` ./autogen.sh --enable-run-in-tree make ``` and run `./cve-check-tool`, it looks for shared library files in `./src/plugins/.libs/` but they resides in `./.libs/`
I run virtme with: ``` virtme-run --kdir=$KBUILD_OUTPUT --mods=auto --rwdir=../blabla/ --cwd ../blabla --qemu-opts -m 10G ``` Then when loading a module with modprobe, I get the error: ``` modprobe: ERROR: ../libkmod/libkmod.c:514...
## Describe the bug I use the kernel code and clicking 'gI' for 'Goto Implementation' does not do anything. ## To Reproduce 1. clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git 2. compile with `make KBUILD_OUTPUT=~/kbuild...
I have ubuntu 20.04.6, Python 3.8.10 when installing from source I get: > BUILD_VIRTME_NG_INIT=1 pip3 install . Processing /home/dafna/git/kernel-module/virtme-ng ERROR: Exception: Traceback (most recent call last): File "/usr/share/python-wheels/toml-0.10.0-py2.py3-none-any.whl/toml/decoder.py", line 455,...