tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Bug: segfault when running empty file on tcc-0.9.26-w


From: grischka
Subject: Re: [Tinycc-devel] Bug: segfault when running empty file on tcc-0.9.26-win64
Date: Wed, 05 Jul 2017 16:04:00 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]