Dan Cross <crossd(a)gmail.com> wrote:
Well, there's
https://github.com/rui314/chibicc,
which is pretty small
and seems decent (caveat that I haven't used it, though).
Thanks for the link. Trying
./configure CC=chibicc
for gawk results in:
checking whether we are cross compiling... configure: error: in
`/home/arnold/Gnu/gawk/gawk.git':
configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details
A quick look seems to show that it doesn't know where to find all
the system include files.
The last commit was 5 years ago...
Arnold