tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] *** SPAM *** Re: One of Grischka's recent cleanup bre


From: Christian Jullien
Subject: Re: [Tinycc-devel] *** SPAM *** Re: One of Grischka's recent cleanup break install - at least on ARM
Date: Mon, 3 Oct 2016 06:34:38 +0200

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




reply via email to

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