Dafna Hirschfeld

Results 11 comments of Dafna Hirschfeld

oh, I was not even aware that two pipes are needed. I thought there is only one. So the pipes are not identical? I bought the parts separately (not as...

Hi, I do have this commit, I cloned yesterday. I built with just `./configure && ./build` I worked around it by just removing the the intractable c file.

Another problem I encountered is that there is the `. common` line in the start of the `build` script. But the `source` command (which is the dot) first look in...

Hi, I just started a clean build and I got: ``` package/pkg-generic.mk:207: *** BR2_GLOBAL_PATCH_DIR contains nonexistent directory ../global_patch_dir. Stop. Makefile:79: recipe for target '_all' failed make: *** [_all] Error 2...

Hi, I ran as you suggested and got: ``` dafna@guri:~/outreachy/linux-kernel-module-cheat$ git submodule update --init --recursive Submodule 'gem5/gem5' (https://gem5.googlesource.com/public/gem5) registered for path 'gem5/gem5' Submodule 'parsec-benchmark/parsec-benchmark' (https://github.com/cirosantilli/parsec-benchmark) registered for path 'parsec-benchmark/parsec-benchmark' Cloning...

hi, the command `git submodule update --depth 1 $gitjobs --init -- $submodules` in the `configure` file is wrong. I get a 'usage' message for it.

seems like my git version (2.7.4) does not support the `--jobs` argument

ok, now the git command returns with no errors and yet the `./build` return with ``` ui/input-keymap.c:8:44: fatal error: ui/input-keymap-linux-to-qcode.c: No such file or directory ```

``` dafna@guri:~/outreachy/linux-kernel-module-cheat/qemu$ ls ui/keycodemapdb/ data LICENSE.BSD LICENSE.GPL2 README tests thirdparty tools ``` ``` dafna@guri:~/outreachy/linux-kernel-module-cheat/qemu$ cd ui/keycodemapdb/ dafna@guri:~/outreachy/linux-kernel-module-cheat/qemu/ui/keycodemapdb$ git status HEAD detached at 10739aa nothing to commit, working directory clean ```

Hi, my make script is ``` export O=/home/dafna/git/kbuild/media-x86 export KBUILD_OUTPUT=/home/dafna/git/kbuild/media-x86 export CROSS_COMPILE=x86_64-linux-gnu- export ARCH=x86 make -j9 ``` Those errors are just warnings, I am able to load the module