Bram Stolk

Results 75 issues of Bram Stolk

I get: ``` exited: {{{error,{load_failed,"Failed to load NIF library /home/bram/wings-2.3/lib/wx-2.3/priv/wxe_driver: 'libwx_gtk3u_stc-3.0.so.0: cannot open shared object file: No such file or directory'"}}, ``` when running 2.3 because my wx is too...

This fixes an issue where header files are not installed by autotools.

``` $ CC=clang-10 CXX=clang++-10 ./configure --prefix=/opt/libccd $ make ... $ sudo make install ... $ ls -R /opt/libccd /opt/libccd: lib /opt/libccd/lib: libccd.a libccd.la ``` I expect both the library and...

I feed qmatrix() a diverse range of orthonormal matrices. The resulting quaternion is nearly always fine. I sanity check it by rotating (1,0,0) vector with the quaternion to see if...

Don't leave data uninitialized. Fixes compiler warnings.

Makefile is missing link flags: -lglut -lGLU Also, the README.md could use a reference to the glui dependency.

The device tree compiler (dtc 1.6.1) gives the following warnings: ``` ==================== build dtb ===================== /home/bram/src/bl808_linux/bl808_dts/hw808c.dts:51.21-56.5: Warning (simple_bus_reg): /soc/mm-clock: missing or empty reg/ranges property /home/bram/src/bl808_linux/bl808_dts/hw808c.dts:58.12-62.5: Warning (simple_bus_reg): /soc/pmu: missing or...

I have enabled in the kernel: * `CONFIG_BLK_DEV_SD` * `CONFIG_MMC_CQHCI` * `CONFIG_MMC_MTK` * `CONFIG_VFAT_FS` But there is no `/dev/mm*` entry. What is required to get SD-Cards working? I see SDH...

This is an awesome tool. Thank you for sharing! Would it be hard to add a feature that lets you download the images in linear colour space, instead of sRGB?...

Out-of-box (I have not reflashed my lichee yet) the device will use DHCP to get an IP on my LAN. But it will not accept SSH connections to it: ```...