Yiwei Yang

Results 21 comments of Yiwei Yang

> Crashes on these devices: > > Android v 5.1 A1601 > Android v 5.1 Mi 9X > Android v 6.0.1 Galaxy J5 > Android v 7.1.2 TaintArt for x86...

It's on M1 mac with compiler gcc 12.1 installed with brew.

Interestingly, it still reproduces on my machine with only a difference of macOS 13. ```bash ~/project/proxy/cmake-build-debug-gcc-12 on  main [!?] via △ v3.23.3 ❯ gcc-12 -v (base) Using built-in specs....

See my [homebrew-riscv](https://github.com/victoryang00/homebrew-riscv).

For D1 board, you could just download [T-head toolchains](https://occ.t-head.cn/community/download?id=3913221581316624384) with options `-march=ck806`, they have other modifications to the spec other than VExt.

> Hello! Sorry to resurrect this... Just wanted to clarify: > > Is there a homebrew command that will use this tap in conjunction with the LLVM trunk for V-extension...

> If it’s not too much trouble that would be fantastic! :) > […](#) > On Thu, May 26, 2022 at 03:10 victoryang00 ***@***.***> wrote: Hello! Sorry to resurrect this......

for my case, I did it with: ```bash qemu-system-aarch64 -M versatilepb \ -cpu arm1176 -hda 2019-09-26-raspbian-buster-full.img \ -net nic -net user,hostfwd=tcp::5022-:22 \ -dtb qemu-rpi-kernel/versatile-pb.dtb \ -kernel qemu-rpi-kernel/kernel-qemu-4.19.50-buster \ -m 256...