On Tue, 16 Jul 2013 13:08:24 -0500 Thomas Daede <[email protected]> wrote: >This is really exciting! I'm actually working on something very >similar, but didn't get nearly as far as you - I made a post about it >on the mailing list a month back: >https://mail.mozilla.org/pipermail/rust-dev/2013-June/004538.html > >I started with the same approach as you, generating the LLVM bytecode >intermediate, pushing it through the LLVM compiler externally, then >using gcc-arm-embedded's linker combined with libopencm3. However, I >also quickly ran into the issue of the runtime, and decided to start >instead with slowly porting the standard library away from OS >dependencies (made harder due to in being in flux at the moment). > >I have the exact same hardware as you do, so when I have more time >next week I'll see if I can run your script.
It's reassuring to see I am not the only one working on this platform. We can work together to add support for it. By standard library do you mean std or extra? Is there something specific you needed the standard library for? Why did you decide to start working on it initially? Svetoslav. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
