lupyuen commented on PR #2487: URL: https://github.com/apache/nuttx-apps/pull/2487#issuecomment-2601236272
Cool! Lemme know if you have plans to support `rv-virt:knsh64`, it fails at `make import` with Missing Target. Thanks :-) https://gist.github.com/lupyuen/cc4ec45a9d1342a1b367d792284e65fe#file-gistfile1-txt-L178 ```bash tools/configure.sh rv-virt:knsh64 kconfig-tweak --disable CONFIG_ARCH_FPU kconfig-tweak --enable CONFIG_SYSTEM_TIME64 kconfig-tweak --enable CONFIG_FS_LARGEFILE kconfig-tweak --enable CONFIG_DEV_URANDOM kconfig-tweak --set-val CONFIG_TLS_NELEM 16 kconfig-tweak --enable CONFIG_EXAMPLES_HELLO_RUST_CARGO kconfig-tweak --set-val CONFIG_EXAMPLES_HELLO_RUST_CARGO_STACKSIZE 8192 make olddefconfig make -j make -j export pushd ../apps ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz make -j import ## Fails with ## cargo build --release -Zbuild-std=std,panic_abort --manifest-path /home/luppy/rust/apps/examples/rust/hello/Cargo.toml --target ## error: "--target" takes a target architecture as an argument. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org