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: David Mertens
Subject: Re: [Tinycc-devel] tcc compilation on MSYS2
Date: Thu, 19 May 2016 15:17:32 -0400

Hey Chris,

The latest tcc work is in the mob branch, and there have been preprocessor fixes in there recently. You should definitely work off of that branch.

David

On Thu, May 19, 2016 at 2:10 PM, Chris Marshall <address@hidden> wrote:
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.






_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




--
 "Debugging is twice as hard as writing the code in the first place.
  Therefore, if you write the code as cleverly as possible, you are,
  by definition, not smart enough to debug it." -- Brian Kernighan

reply via email to

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