Daniel C
Daniel C
This patch to symbols.sh fixes it: ``` diff --git a/symbols.sh b/symbols.sh index 29600c7e..ee49cca4 100755 --- a/symbols.sh +++ b/symbols.sh @@ -4,6 +4,8 @@ CMD_PATH=$(realpath $0) SOURCE_DIR=$(dirname ${CMD_PATH}) COMMON_SYMBOLS=" +tci_tb_ptr \ +tcg_qemu_tb_exec...
@wtdcode Let me know if you need help fixing this PR, I have a branch partially working for my project here: https://github.com/unicorn-engine/unicorn/compare/staging...petabyt:unicorn:tci-emscripten Fixed some other issues too.
Thanks for all the work, I will definitely try and get this merged. I see you've made a lot of changes to https://github.com/petabyt/fp, do you want to open a pull...
I don't see any problem with the old LLVM, it's just that the person who backported RISC-V support made a dumb mistake lol https://github.com/keystone-engine/keystone/pull/549/files
It's got the title set on the window, but it's clearly not rendering anything or accepting input. It does close when I hit X. Probably some bugs in the X11...
WSL2, Windows 11. `vkcube` works fine. It asked me for a keyring, I closed the prompt. `unset WAYLAND_DISPLAY; zed` ``` 2024-07-11T17:02:19-04:00 [INFO] ========== starting zed ========== 2024-07-11T17:02:19-04:00 [INFO] Compositor detection:...
I was wrong, it does respond to input. `ctrl + o` opens the file dialog.
Latest u-boot master compiles for Orange Pi 5 Pro, here's a bare bootable image: https://s1.danielc.dev/filedump/output.img ATF: ``` CROSS_COMPILE=/home/daniel/gcc-arm-aarch64/bin/aarch64-none-elf- make PLAT=rk3588 ``` ``` make orangepi-5-rk3588s_defconfig CROSS_COMPILE=/home/daniel/gcc-arm-aarch64/bin/aarch64-none-elf- make PLAT=rk3588 BL31=/home/daniel/Documents/arm-trusted-firmware/build/rk3588/release/bl31/bl31.elf ROCKCHIP_TPL=rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.16.bin ./tools/mkimage...