On Feb 25 16:32:30, [email protected] wrote: > On 2015/02/25 17:22, Jan Stary wrote: > > {standard input}:144: Error: garbage following instruction -- `ldrd > > r4,r5,[r6,#0]' > > {standard input}:346: Error: garbage following instruction -- `ldrd > > r4,r5,[r7,#0]' > > {standard input}:356: Error: destination register must be even -- `ldrd > > r7,r8,[r9,#0]' > > {standard input}:366: Error: destination register must be even -- `ldrd > > r7,r8,[sl,#0]' > > {standard input}:379: Error: destination register must be even -- `ldrd > > r7,r8,[lr,#0]' > <..snip..> > > > > I don't know much about instruction sets on the various platforms, > > but I see the following in the Makefile: > > It might work (but slower) by removing the --enable-fixed-point. > Their asm code is written for arm EABI, we are using the old ABI.
Yes, without the --enable-fixed-point option, it configures and builds fine.
