Anton Bondarev
Anton Bondarev
Thanks for the request, however I beleave it's better if this page is created somebody from Embox's community or fans:)
Thanks! To fix the problem just add `include embox.fs.driver.devfs_stub` into 'conf/mods.conf' as in #2550 You can also get repo master Don't forget to modify 'conf/simple_pjsua_sip_account.inc` ``` #define SIP_DOMAIN "sip.linphone.org" #define...
> Please assign me that issue @kouamdo done
Closed by #2366
Thanks. Please give me your gcc version. I've checked `make confload-riscv64/qemu` and it built successful and correctly run on qemu My gcc version ``` riscv64-unknown-elf-gcc --version riscv64-unknown-elf-gcc (SiFive GCC 8.3.0-2019.08.0)...
@AmrNashat Oh, yes, it's a good idea ``` qemu-system-riscv64 --version QEMU emulator version 4.2.1 (Debian 1:4.2-3ubuntu6.15) Copyright (c) 2003-2019 Fabrice Bellard and the QEMU Project developers ```
@AmrNashat Thank you for the report. I reproduced a new problem with qemu-6.0.0 sudo AUTOQEMU_PREFIX=~/Downloads/qemu-6.0.0/build/riscv64-softmmu/ ./scripts/qemu/auto_qemu AUTOQEMU_ARCH: riscv64 (guessed) AUTOQEMU_MEM: 512 (guessed) AUTOQEMU_NICS: (guessed) AUTOQEMU_NICS_CONFIG: (got) AUTOQEMU_AUDIO: (guessed) AUTOQEMU_AUDIO_CONFIG: (got)...
@tanner00 I've assigned Have you already sent email to any of mentors?
@85ayush Hi, I've assigned it to you You should start with [Quick-Start](https://github.com/embox/embox/wiki/Quick-Start). First, build and run Embox on QEMU, and then add tests and prepare a new PR with your...
@85ayush Do you use Windows? I think the simplest way work with Embox on Windows is to install virtual machine (VirtualBox for example) with Linux. Or you can use WSL2,...