Comment by kazinator
1 day ago
Once everything is unpacked, are the resulting compiler materials sufficient to compile and run those packing and unpacking programs?
1 day ago
Once everything is unpacked, are the resulting compiler materials sufficient to compile and run those packing and unpacking programs?
I am not sure if follow you completely. Yes, I guess it is the case, but what is the use? Before you can compile the Tiny C Compiler, you already need to unpack the .tar.gz file containing the sources. The sources for ungz and untar
So, you need a minimal C compiler that can also compile the ungz and untar programs from their C sources. At the moment, I have a minimal C compiler that can compile the Tiny C Compiler and the standard library that is part of the GNU Mes compiler. One of the following tasks will be to see if it can also compile the sources for ungz and untar, which can be found in [0]. I think it will be not so hard as these sources already have been adapted to be compiled with a minimal C compiler.
[0] https://github.com/oriansj/mescc-tools-extra