Hi Grischka, The culprit commit is "2016-12-20 grischka tests: OOT build fixes etc." Sorry Grischka :o)
This is the first commit after which " Segmentation fault' appears. More specifically, the issue is with lib/Makefile, if I revert only this file, seg. Fault is gone. Don't ask me why, but adding again: PICFLAGS = -fPIC ... XFLAGS = $(TGT) $(PICFLAGS) ifeq "$(XCC)" "$(CC)" XFLAGS += $(CFLAGS) endif Is enough. I'm not sure if PICFLAGS should be globally set or inside the ifeq section. I let you deicde. Christian -----Original Message----- From: Tinycc-devel [mailto:tinycc-devel-bounces+eligis=orange...@nongnu.org] On Behalf Of grischka Sent: vendredi 10 février 2017 09:11 To: tinycc-devel@nongnu.org Subject: Re: [Tinycc-devel] Ready for Release 0.9.27 Christian Jullien wrote: > Here is the complete log I get this morning with current mob and especially ... > make[1]: *** [abitest] Segmentation fault > ------------ test3 ------------ > ../tcc -B.. -I../include -I.. -I.. -DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" ... > Segmentation fault I think we first need to find the cause of these crashes on ARM with -run. Can you investigate that, eventually ? Thanks, -- grischka _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel _______________________________________________ Tinycc-devel mailing list Tinycc-devel@nongnu.org https://lists.nongnu.org/mailman/listinfo/tinycc-devel