Re: [Tinycc-devel] AArch64 status?

2015-10-30 Thread Edmund Grimley Evans
> He is my first attempt. It compiles well and first tcc "Hello World" works > but first libtest test fails with tcc: error: R_AARCH64_(JUMP|CALL)26 > relocation failed (val=2a4025f0, addr=401990). You're one of the first people to try it. I'm not very surprised by that error. I vaguely recall

[Tinycc-devel] AArch64 status?

2015-10-30 Thread Christian Jullien
Hi guys, The 'GCC Compile Farm Project' recently added 4 (four) '8x2.4 GHz aarch64 / 32 GB RAM / APM X-Gene Mustang board / Ubuntu 14.04.3 LTS' machines.' I can't resist any more to see how well tcc compiles and works on an AArch64 processor. He is my first attempt. It compiles well and first

Re: [Tinycc-devel] defined twice error commented out

2015-10-30 Thread Michael Matz
Hi, On Thu, 29 Oct 2015, grischka wrote: > Michael Matz wrote: > > ... In C it's not allowed to have two definitions of the same non-static > > symbol, simple as that. It's not only for when initialized with different > > values or the like; it's undefined no matter what. > > Maybe it isn't