[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] core dump on FreeBSD with last commit "configure: --tripl
From: |
Christian Jullien |
Subject: |
[Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup" |
Date: |
Tue, 18 Oct 2016 06:36:35 +0200 |
Hi Grischka,
This one tccpp_new/delete and other cleanups commit
0be098929a062d706057d7beb78666daa52bac49 still works on FreeBSD with of
course C library not found as previously reported
But next commit
configure: --triplet= option, Makefile: cleanupmob commit
02919cd27506e25dacdbe72dad1ae2718eb75991
Get worse as it now core dumps (I notice that Triplet is empty, is it
wanted?):
$ ./configure
Binary directory /usr/local/bin
TinyCC directory /usr/local/lib/tcc
Library directory /usr/local/lib
Include directory /usr/local/include
Manual directory /usr/local/share/man
Info directory /usr/local/share/info
Doc directory /usr/local/share/doc
Target root prefix -
Source path /home/jullien/tinycc
C compiler gcc
Target OS FreeBSD
CPU x86-64
Big Endian no
Profiling no
Cross compilers no
Use libgcc no
Triplet -
Creating config.mak and config.h
...
gmake test
$ gmake test
gmake -C tests
gmake[1]: Entering directory '/usr/home/jullien/tinycc/tests'
------------ hello-exe ------------
../tcc -B.. -I../include -I.. -I.. ../examples/ex1.c -o hello || (../tcc
-vv; exit 1) && ./hello
Segmentation fault (core dumped)
tcc version 0.9.26 (x86-64 FreeBSD)
install: /usr/local/lib/tcc
include:
/usr/local/lib/tcc/include
/usr/local/include
/usr/include
libraries:
/usr/lib
/lib
/usr/local/lib
crt:
/usr/lib
elfinterp:
/libexec/ld-elf.so.1
- [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup",
Christian Jullien <=
- Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup", grischka, 2016/10/18
- Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup", David Mertens, 2016/10/18
- Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup", Michael Matz, 2016/10/18
- Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup", grischka, 2016/10/18
- Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup", Christian Jullien, 2016/10/19
- Re: [Tinycc-devel] core dump on FreeBSD with last commit "configure: --triplet= option, Makefile: cleanup", Michael Matz, 2016/10/20