Need improved documentation
Hi @oriansj!
Quick question that I don't find in the doc: why do we compile with GCC and not with a minimalist compiler such as tcc?
Hi @monperrus the reason is relatively simple we do compile with a minimalist compiler (M2-Planet) which we can bootstrap from a 257byte hex0 seed https://github.com/oriansj/mescc-tools-seed but for ease of development we simply defaulted to the most commonly installed C compiler (GCC) and the makefile makes it trivial to override with any C compiler you prefer.
Although note that M2-Planet cannot be invoked as a normal C compiler would.