lupyuen commented on PR #15696: URL: https://github.com/apache/nuttx/pull/15696#issuecomment-2614209655
Sorry @no1wudi the `hello_rust_cargo` ELF seems to be missing from `apps/bin`? Other apps are OK. Thanks :-) https://gist.github.com/lupyuen/98e110d5228c9d2eaee16e8a3734055b ```text nsh> uname -a NuttX 10.0.1 caebb3ecc2 Jan 26 2025 12:41:22 risc-v rv-virt nsh> hello Hello, World!! nsh> hello_rust_cargo nsh: hello_rust_cargo: command not found $ ls -l ../apps/bin total 496 -rwxr-xr-x@ 1 luppy staff 21504 Jan 26 12:39 getprime -rwxr-xr-x@ 1 luppy staff 9048 Jan 26 12:39 hello -rwxr-xr-x@ 1 luppy staff 64864 Jan 26 12:39 init -rwxr-xr-x@ 1 luppy staff 83296 Jan 26 12:39 ostest -rwxr-xr-x@ 1 luppy staff 64864 Jan 26 12:39 sh $ grep HELLO_RUST_CARGO .config CONFIG_EXAMPLES_HELLO_RUST_CARGO=y CONFIG_EXAMPLES_HELLO_RUST_CARGO_PROGNAME="hello_rust_cargo" CONFIG_EXAMPLES_HELLO_RUST_CARGO_PRIORITY=100 CONFIG_EXAMPLES_HELLO_RUST_CARGO_STACKSIZE=16384 ``` -- 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