taylor icon indicating copy to clipboard operation
taylor copied to clipboard

Swift on bare metal. Explorations of compiling Swift code without a standard library.

Results 2 taylor issues
Sort by recently updated
recently updated
newest added

I tried to take this for a spin and got an error: ``` $ make CC src/system.cmake: clang-3.8: No such file or directory make: *** [src/system.o] Error 1 ```

With a few changes, I was able to get this to successfully compile. Did you emulate this on QEMU? How did you do so? Could you elaborate on the toolchain...