[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] Yesterday commit breaks tcc (at least on RPi)
From: |
Christian Jullien |
Subject: |
[Tinycc-devel] Yesterday commit breaks tcc (at least on RPi) |
Date: |
Tue, 19 Mar 2013 06:39:40 +0100 |
Hi guys,
I've no time to investigate but yesterday commit breaks tcc (at least on
RPi)
address@hidden ~/tinycc $ git pull
>From http://repo.or.cz/r/tinycc
d9dfd9c..6ed6a36 mob -> origin/mob
Updating d9dfd9c..6ed6a36
Fast-forward
lib/libtcc1.c | 11 +++++++++++
tccrun.c | 1 +
2 files changed, 12 insertions(+)
I made a clean install and still got:
tccrun.c: In function 'set_pages_executable':
tccrun.c:228:24: error: 'prog_main' undeclared (first use in this function)
tccrun.c:228:24: note: each undeclared identifier is reported only once for
each
function it appears in
make: *** [tccrun.o] Error 1
make -C tests test
make[1]: Entering directory `/home/jullien/tinycc/tests'
------------ hello-exe ------------
../tcc -B.. ../examples/ex1.c -o hello || (../tcc -vv; exit 1) && ./hello
/bin/sh: 1: ../tcc: not found
/bin/sh: 1: ../tcc: not found
make[1]: *** [hello-exe] Error 1
make[1]: Leaving directory `/home/jullien/tinycc/tests'
make: *** [test] Error 2
- [Tinycc-devel] Yesterday commit breaks tcc (at least on RPi),
Christian Jullien <=