Milk V Duo

1 Replies, 408 Views

Managed to get Milk V Duo code compiling. I have a docker container available for those who would like to try compiling too. A lesson I learned is that the compilation chain will assume all shared libs are available. I have worked around this for now by statically compiling.

I've managed to compile a minimal webserver as well as a CPU benchmark (primes).

Github is here: https://github.com/aidancrowther/MilkVDuoCompile
Yours truly,
Ayydan
Benchmark results:

Code:
179424673
real    15m 26.03s
user    14m 11.69s
sys     0m 5.20s

Compared to the same test run on an i7-3630QM:

Code:
179424673

real    0m59.804s
user    0m59.603s
sys     0m0.076s
Yours truly,
Ayydan



Users browsing this thread: 1 Guest(s)