In the initial post about mbed and rust, there were couple of problems, I fixed some, some are still ongoing. What has been fixed? The initial version completely ignored the _start (no C library was linked). I fixed this recently, the required C libraries are linked, to resolve the startup. This fixed wait() issue I had. It simplified the main source file. The main loop is: #[no_mangle] pub fn mai