Min1123

Results 6 issues of Min1123

The Hello_World program is a great way to run various executables (other than MicroPython) on the synthesized chip/chiselwatt, but without source and instructions for what objcopy commands to use, it...

I wanted to use your project to play with Windows Defender as an AV tool, so I added some basic JSON support with the JSON-C ( https://github.com/json-c/json-c ) library. It...

The use of format and codec libraries from FFMPEG/LibAv would allow transcodes from numerous formats supported by FFMPEG/LibAV as opposed to the rather limited (and huge) YUV4MPEG2 format. While this...

Fedora 20/21 the code cannot compile using cmake because it cannot find its own header files. Meanwhile the standard instructions from the book to run cmake ../ from a new...

On aarch64 (also presume others) the x86_64 dynamically linked bootstrap is downloaded. This cannot execute via a qemu-binfmt misc binary execution on Linux because it requires an additional flag setting...

bug
p3

``` root@bsdbuild:/mnt/Code/freebsd-d1 # gmake env -i CCACHE_BASEDIR=/mnt/Code/freebsd-d1/freebsd \ bmake -C freebsd/src \ OBJROOT=/mnt/Code/freebsd-d1/freebsd/obj/ SRCCONF=/mnt/Code/freebsd-d1/src.conf CROSS_TOOLCHAIN=llvm14 TARGET=riscv TARGET_ARCH=riscv64 \ buildworld buildkernel bmake: don't know how to make buildworld. Stop bmake: stopped...