André Willik Valenti wrote:
Ok, thank you for the tip. I tried building it on Windows, but it
apparently needs gcc. Is that so?

You can use build-tcc.bat with gcc, msvc or tcc itself.  Type

   $ build-tcc.bat ?

to get some info.  For example if you have the 0.9.26 tcc binaries
in win32\0926:

  $ build-tcc.bat -c "0926\tcc.exe -w" -i tcc1
  $ build-tcc.bat -c tcc1\tcc.exe -i tcc2
  $ build-tcc.bat -c tcc2\tcc.exe -i tcc3

will produce a state-of-the-art self-compiled tcc installation in tcc3.
The 3 stages are needed because 0926 has some problems.

-- gr


_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to