yf13
yf13
可以的,还是清华这边稳定可靠一些,+1
I met the same issue with python 2.7, spicy 1.2.1 and numpy 1.16.3 I resolved the issue by forcing the input array X to have "float" dtype: ``` X =...
On `rv-virt/knsh64`. the exit code is also -1: ``` sched_lock: Finished End of test memory usage: VARIABLE BEFORE AFTER ======== ======== ======== arena 80ff8 80ff8 ordblks 10 4 mxordblk 6c7f0...
I am wondering this is by design since ZeroMQ 4.x was not mentioned in this project's installation guide.... If so, I will close this ticket soon. Regards, yanfeng
@masayuki2009, thanks for your attention. Host info: Ubuntu 22.04 Jammy on AMD64 PC Toolchain info: [xpack-riscv-none-elf-gcc-13.2.0-2-linux-x64.tar.gz](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases) QEMU info: qemu-system-riscv32 from zephyr-sdk-0.16.4, version 7.0.0 (v7.0.0-6-g2cc2e86de6-dirty). Also happens with stock QEMU emulator...
@masayuki2009, thanks for the information. Here my modification are for download URLs in `openamp/open-amp.defs` and `openamp/libmetal.defs` to avoid unstable Github connections here. ``` $ git status -s M openamp/libmetal.defs M...
Checked with recent build and it passed: ``` nsh> cat /proc/version NuttX version 12.4.0 639c053289 May 3 2024 07:26:03 rv-virt/fb-dirty nsk> free total used free maxused maxfree nused nfree Umem:...
Why not put this toolchain URL in the "bsp/qemu-virt64-riscv/README.md" directly? I've failed with toolchains in ubuntu repository (like gcc-riscv64-linux-gnu) and both 10.2 and 11 in musl.cc.
This looks like #12123, it can be fixed by pull #12132.
@raiden00pl thanks a lot. The above point explains CMake's undefined errors when `CONFIG_ALLSYMS=y` . How does Makefile system work well when `CONFIG_ALLSYMS=n` but `CONFIG_NSH_SYMTAB=y`? Does it contain logic so that...