Rust on RTEMS

2023-12-20 Thread Molock, Dwaine S. (GSFC-5820)
Hello, Has anyone been able to execute Rust on RTEMS? If so, is there a how to guide and what architecture and development hardware was used? Thanks, Dwaine ___ users mailing list users@rtems.org http://lists.rtems.org/mailman/listinfo/users

Re: Rust on RTEMS

2023-12-20 Thread Frank Kühndel
Hello Dwaine, On 12/20/23 20:41, Molock, Dwaine S. (GSFC-5820) wrote: > Hello, > > Has anyone been able to execute Rust on RTEMS? Yes – to use RTEMS from within a Rust application, with #![no_std] #![no_main] > > If so, is there a how to guide and what architecture and development hardware

Re: Rust on RTEMS

2023-12-20 Thread Joel Sherrill
Karel Gardas posted in February that he has Rust on RTEMS on an arm. Frank. Are there instructions on building the tools chain somewhere? And is Jan Sommer part of the DLR Rust on RTEMS project? --joel On Wed, Dec 20, 2023, 3:59 PM Frank Kühndel < frank.kuehn...@embedded-brains.de> wrote: >