iamadahn commented on issue #3407: URL: https://github.com/apache/nuttx-apps/issues/3407#issuecomment-4018491265
@no1wudi I mean that in your commit f7e7453 message which added cargo hello example is said: ``` Build ----- To build hello_rust_cargo application, you can use any target that based on RISCV32IMAC, for example: cmake -B build -DBOARD_CONFIG=rv-virt:nsh -GNinja . And disable ARCH_FPU in menuconfig, since the hard coded target triple in this demo is `riscv32imac`. ``` After reading this message, I assumed that cargo is supported only for riscv32imac and that's what I meant in my question -- 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]
