tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] tcc compilation on MSYS2


From: Chris Marshall
Subject: Re: [Tinycc-devel] tcc compilation on MSYS2
Date: Thu, 19 May 2016 14:10:56 -0400

It looks like this is definitely a bug in the version of tcc git I have.
At least the error message I'm getting in the code does not appear
to be possible since the error call is from skip() but there are no
calls to skip() that could have the ')' as reported in the error so
something is off-by-one or something.

Will try the current git mob next.

--Chris

On Thu, May 19, 2016 at 1:49 PM, Chris Marshall <address@hidden> wrote:
Is it possible that this could be a bug in the tcc preprocessing?

On Thu, May 19, 2016 at 10:33 AM, Chris Marshall <address@hidden> wrote:
Thanks for the help.

I've got tcc building but the bcheck.c compile is failing
when the stdlib.h is pulled in.  My next step is to try
the same with the latest tcc git.  I'm not sure what the
best way to proceed woud be.  The top level gcc build
can correctly (for cygwin) process the various system
include files.  It is only when tcc tries to process those
same files that the problems start.  Maybe there is a
wayto use the gcc step to generate a tcc version of the
include files.






reply via email to

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