Re: [gccsdk] gcc from gccsdk

2018-04-12 Thread John Ballance
Hi Theo Yes, this is what I'm seeing. The abort (ref google) appears to be due to the absence of some of the builtins referred to at line 54 of pngshim.c If I rearrange the conditional it'll go past that, then fails around line 110 calling the routine determined by line54 et al .. seems to

Re: [gccsdk] gcc from gccsdk

2018-04-12 Thread Theo Markettos
On Thu, Apr 12, 2018 at 10:19:38PM +0100, John Ballance wrote: > Advice appreciated > > I have recently built gcc etc on a (more modern) linux machine. > > build seems fine > > gcc version reports as arm-unknown-riscos-gcc (GCCSDK GCC 4.7.4 Release 3) > 4.7.4 > > However the __builtin_shuffle

[gccsdk] gcc from gccsdk

2018-04-12 Thread John Ballance
Advice appreciated I have recently built gcc etc on a (more modern) linux machine. build seems fine gcc version reports as arm-unknown-riscos-gcc (GCCSDK GCC 4.7.4 Release 3) 4.7.4 However the __builtin_shuffle built in function appear missing (as needed at libfreetype6  src/sfnt/pngshim.c

Re: [gccsdk] Debugging --- gdb ?

2018-04-12 Thread Theo Markettos
On Wed, Apr 11, 2018 at 07:04:13PM +0200, Michael Grunditz wrote: > It works! > http://safir.amigaos.se/bildgalleri/users2/17060_20180411_185547.jpg Nice :) Now, if you feel like writing a setvars script we can put it in the autobuilder... Theo ___