tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] TCC compiling TCC


From: grischka
Subject: Re: [Tinycc-devel] TCC compiling TCC
Date: Sun, 3 Mar 2024 20:32:46 +0100
User-agent: Mozilla/5.0 (Windows NT 6.0; rv:38.0) Gecko/20100101 Thunderbird/38.5.0

On 02.03.2024 20:15, Jake Anderson wrote:
When compiling TCC using TCC, there is an error about missing _strtoui64 in 
msvcrt.dll on Windows 2000 and older. This does not occur when using old 
versions of GCC to compile TCC.

Maybe you want to replace
in tcc.h
    #  define strtoull _strtoui64
by
    #  define strtoull strtoul

You just cannot use 64-bit numbers in the assembler then.

-- gr



reply via email to

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