lvanasse commented on issue #2836:
URL: https://github.com/apache/nuttx-apps/issues/2836#issuecomment-2466583572

   When trying for the `qemu-armv7a:nsh`
   
   ```bash
   nuttx_ws/nuttx [master●] » make -j 
   error[E0463]: can't find crate for `core`
     |
     = note: the `armv7a-none-eabihf` target may not be installed
     = help: consider downloading the target with `rustup target add 
armv7a-none-eabihf`
   
   error: aborting due to 1 previous error
   
   For more information about this error, try `rustc --explain E0463`.
   make[2]: *** [/home/ludovic/Code/nuttx_ws/apps/Application.mk:330: 
leds_rust_main.rs.home.ludovic.Code.nuttx_ws.apps.examples.leds_rust.o] Error 1
   make[1]: *** [Makefile:52: 
/home/ludovic/Code/nuttx_ws/apps/examples/leds_rust_all] Error 2
   make: *** [tools/LibTargets.mk:248: 
/home/ludovic/Code/nuttx_ws/apps/libapps.a] Error 2
   make: *** Waiting for unfinished jobs....
   nuttx_ws/nuttx [master●] » 
   ```
   
   And when I try to download the target here's the message I get:
   
   ```bash
   nuttx_ws/nuttx [master●] » rustup target add armv7a-none-eabihf
   error: toolchain 'stable-x86_64-unknown-linux-gnu' does not support target 
'armv7a-none-eabihf'; did you mean 'armv7r-none-eabihf'?
   note: you can see a list of supported targets with `rustc 
--print=target-list`
   note: if you are adding support for a new target to rustc itself, see 
https://rustc-dev-guide.rust-lang.org/building/new-target.html
   ```
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to