Elmar Melcher

Results 18 comments of Elmar Melcher

With kernel 4.8 Bluetoooth worked with this patch: https://github.com/burzumishi/linux-baytrail-flexx10/tree/master/kernel/patches/v4.8 In kernel 4.12, rtl8723bs wifi got included. However, even with that patch applied, the "base_baud = 2764800" appears in dmesg and...

I forgot to enable CONFIG_RFKILL_GPIO in the kernel .config, Sorry for the silly mistake.

Hi Mike, I am working on CentOS, not Ubuntu. After pip3 install pdflatex, the error was the same. $ rpm -qa |grep texlive-latex texlive-latex-bin-bin-svn14050.0-45.20130427_r30134.el7.noarch texlive-latexconfig-svn28991.0-45.el7.noarch texlive-latex-svn27907.0-45.el7.noarch texlive-latex-fonts-svn28888.0-45.el7.noarch texlive-latex-bin-svn26689.0-45.el7.noarch

Hi @jolivain, the problems You point out are due to lack of experience with autoconf on my part. @scottj97 had mentioned some strange behavior https://github.com/riscv-software-src/riscv-isa-sim/issues/834#issuecomment-944451079 but I am unsure how...

Hi @jolivain, - I agree that ax_boost_base.m4 should not be changed in this project. If a change is needed, which I am not sure of, it should be done by...

I found out how to install and use, from home office, virtual machines in the university computer. Now I will work at creating several VMs so I can reproduce each...

The problem https://github.com/riscv-software-src/riscv-isa-sim/issues/834#issuecomment-944451079 has been reproduced and solved. In order to reproduce #820, #829, and #74, a MacOS VM was created and spike compiled successfully without boost. Next is installing...

Installed boost in MacOS and encountered a problem different from #820, #829, and #71. (In my last comment I erroneously refered to #74 instead of #71) Undefined symbols for architecture...

Found out that in MacOS there is a /usr/local/lib/libfdt.a installed. In Linux, this library is installed as libfdt.so.1 Building riscv-isa-sim creates another libfdt.a When the library path /usr/local/lib is needed...