tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Compilation error with latest commits


From: Tony Papadimitriou
Subject: [Tinycc-devel] Compilation error with latest commits
Date: Thu, 20 Jul 2017 23:10:49 +0300

A couple or so commits ago I started getting the following errors during compilation:
---
Bootstrapping 32bits and 64bits tools with gcc -m32
In file included from ../tcc.c:26:0:
../tcctools.c:590:14: error: redefinition of 'trimback'
static char *trimback(char *a, char *e)
              ^
In file included from ../libtcc.c:74:0,
                 from ../tcc.c:22:
../tccpe.c:1685:14: note: previous definition of 'trimback' was here
static char *trimback(char *a, char *e)
              ^
gnumake: *** [Makefile:62: bootstrap] Error 1
---
 
Can someone please correct?
 
Thanks.

reply via email to

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