[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at l
From: |
Christian Jullien |
Subject: |
Re: [Tinycc-devel] One of Grischka's recent cleanup break install - at least on ARM |
Date: |
Tue, 4 Oct 2016 20:21:29 +0200 |
Just a reminder that TinyCC is broken since "revert Makefiles to 0.9.26
state (mostly)".
It prevents me to run a lot of regression tests on ARM using my different
projects.
-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of Christian Jullien
Sent: lundi 3 octobre 2016 06:35
To: address@hidden
Subject: Re: [Tinycc-devel] *** SPAM *** Re: One of Grischka's recent
cleanup break install - at least on ARM
Hi Grischka,
With commit "test/pp: cleanup"
It still works just fine with:
address@hidden:~ $ tcc -vv
tcc version 0.9.26 (ARM Hard Float Linux)
install: /usr/local/lib/tcc
include:
/usr/local/lib/tcc/include
/usr/local/include/arm-linux-gnueabihf
/usr/local/include
/usr/include/arm-linux-gnueabihf
/usr/include
libraries:
/usr/lib/arm-linux-gnueabihf
/usr/lib
/lib/arm-linux-gnueabihf
/lib
/usr/local/lib/arm-linux-gnueabihf
/usr/local/lib
crt:
/usr/lib/arm-linux-gnueabihf
elfinterp:
/lib/ld-linux-armhf.so.3
But your next commit "build: revert Makefiles to 0.9.26 state (mostly)"
fails with
address@hidden:~ $ tcc -vv
tcc version 0.9.26 (i386 Linux)
install: /usr/local/lib/tcc
include:
Segmentation fault
Please note (i386 Linux) V.S. expected (ARM Hard Float Linux)
Hope it helps.
Christian
-----Original Message-----
From: Tinycc-devel [mailto:address@hidden
On Behalf Of grischka
Sent: dimanche 2 octobre 2016 21:08
To: address@hidden
Subject: *** SPAM *** Re: [Tinycc-devel] One of Grischka's recent cleanup
break install - at least on ARM
Christian Jullien wrote:
> address@hidden:~ $ tcc foo.c && ./a.out
> tcc: error: file 'crt1.o' not found
> tcc: error: file 'crti.o' not found
> tcc: error: file 'crtn.o' not found
Output of "tcc -vv" ?
Anyway, you could try to replace in configure, line 320
tcc_lddir="lib/$triplet"
by
tcc_lddir="lib"
Thanks,
--- grischka
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel