Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>
Ciro Santilli (三西猴) OurBigBook.com sponsor me: cirosantilli.com/sponsor, opinions my own 2020冠状病毒审查 ,2020郝海东 ,2018新疆改造中心,1989六四事件,1999法轮功 ,2019 996.ICU, 2018包子露宪,2015 709大抓捕,2015巴拿马文件 邓家贵,2017低端人口,2008西藏骚乱<script>alert(1)</script>
Hmm, I can't reproduce this. Can you track down which `make` is failing? E.g. with `bash -x`. Something appears to be calling `make -1`.
Hi andrew, I ended up focusing on other features and didn't get to this. What did you try, and what problem did you observe? I'm not a systemd expert, so...
Hi 1) So you are running these commands, correct: ``` make BR2_JLEVEL=$(nproc) qemu-system-x86_64 \ -enable-kvm \ -M pc \ -m 512 \ -kernel output/images/bzImage \ -drive file=output/images/rootfs.ext2,if=virtio,format=raw \ -append root=/dev/vda...
OK, I have just re-run this and those exact instructions worked :-)
Hmmm, sorry, but I don't know much about X. Are you sure you have: - a clean build `git clean -xdf` - with this config file: https://github.com/cirosantilli/buildroot-configs/blob/44b45b5c7f68e44abcda360a2b980f8301901a9a/qemu_x86_64_x11_defconfig - at `git...
Rename `qemu_x86_64_x11_defconfig` to `.config`, `make` uses `.config` in current directory :-)
Can you also make: - stack overflow question - post on QEMU mailing list. **Edit**: link to Dan's thread on QEMU devel: http://lists.nongnu.org/archive/html/qemu-devel/2018-02/msg03244.html and link to them from this issue?...
Yes, I reproduce what you said. Some symbols are weirdly not visible to `call` even though `b` sees them, and those that `call` can see fail to execute with E14...
Hmm, I also noticed that the same error message: ``` Could not fetch register "orig_rax"; remote failure reply 'E14' ``` happens when I try to end many functions with: ```...
1 and 2: discussed at https://cirosantilli.com/linux-kernel-module-cheat/put-source-uris-in-sources and automated in Docker: https://github.com/cirosantilli/linux-kernel-module-cheat/blob/0acd34a1d4bceb94de634390af605e6d67e0abbf/build#L552 Not automated in other hosts because of fear of blowing up system :-) 3. I suspect that both openssl...