public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Port of Axis' open-source Bluetooth stack to eCos
@ 2001-02-28  4:46 Andreas Karlsson
  2001-02-28  6:38 ` David Airlie
  0 siblings, 1 reply; 7+ messages in thread
From: Andreas Karlsson @ 2001-02-28  4:46 UTC (permalink / raw)
  To: ecos-discuss

Hi,
FYI
During autumn 2000 I finished my Master Thesis at Blekinge Institute of Technology
in cooperation with Combitech Systems. The project was to run a WAP-server over
Bluetooth using only open-source components. During this project I've ported Axis'
open source Bluetooth stack ( http://developer.axis.com/software/bluetooth/ ) to eCos
operating system. I've also used a modified version of Ophelia WAP gateway
(www.3ui.com). The report can be found at
http://www.student.hk-r.se/~ets99akr/reports.html . It includes hints and design
solutions on how to do this porting.
I would also like to thank this mailing list for the tremendous support.
best regards
Andreas


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Port of Axis' open-source Bluetooth stack to eCos
  2001-02-28  4:46 [ECOS] Port of Axis' open-source Bluetooth stack to eCos Andreas Karlsson
@ 2001-02-28  6:38 ` David Airlie
  2001-03-02  5:22   ` Andreas Karlsson
  2001-03-16  6:27   ` [ECOS] Release of: " Andreas Karlsson
  0 siblings, 2 replies; 7+ messages in thread
From: David Airlie @ 2001-02-28  6:38 UTC (permalink / raw)
  To: Andreas Karlsson; +Cc: ecos-discuss

Can you release these ports.. even as-is tgz would probably be useful to a
lot of people... I know the axis stack is GPL, so eCos can't integrate
it but still many people might like it as a learning exercise..

Dave.


On Wed, 28 Feb 2001, Andreas Karlsson wrote:

> Hi,
> FYI
> During autumn 2000 I finished my Master Thesis at Blekinge Institute of Technology
> in cooperation with Combitech Systems. The project was to run a WAP-server over
> Bluetooth using only open-source components. During this project I've ported Axis'
> open source Bluetooth stack ( http://developer.axis.com/software/bluetooth/ ) to eCos
> operating system. I've also used a modified version of Ophelia WAP gateway
> (www.3ui.com). The report can be found at
> http://www.student.hk-r.se/~ets99akr/reports.html . It includes hints and design
> solutions on how to do this porting.
> I would also like to thank this mailing list for the tremendous support.
> best regards
> Andreas
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Get email at your own domain with Yahoo! Mail. 
> http://personal.mail.yahoo.com/
> 

-- 
      David Airlie, Software Engineer, Parthus Technologies plc.,
       Mary Rosse Centre, National Tech Park, Limerick, Ireland.
   t: +353-61-508116 / f: +353-61-508101 / David.Airlie@parthus.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] Port of Axis' open-source Bluetooth stack to eCos
  2001-02-28  6:38 ` David Airlie
@ 2001-03-02  5:22   ` Andreas Karlsson
  2001-03-16  6:27   ` [ECOS] Release of: " Andreas Karlsson
  1 sibling, 0 replies; 7+ messages in thread
From: Andreas Karlsson @ 2001-03-02  5:22 UTC (permalink / raw)
  To: David Airlie; +Cc: ecos-discuss

Great news for you who want a learning example!

Combitech Systems has finally decided to release the sources. There will be a tgz of
the sources ("as-is") next week on their webpage. I will post a mail on this list
when it is able to download the ports.
brgds
Andreas

--- David Airlie <David.Airlie@parthus.com> wrote:
> 
> Can you release these ports.. even as-is tgz would probably be useful to a
> lot of people... I know the axis stack is GPL, so eCos can't integrate
> it but still many people might like it as a learning exercise..
> 
> Dave.
> 
> 
> On Wed, 28 Feb 2001, Andreas Karlsson wrote:
> 
> > Hi,
> > FYI
> > During autumn 2000 I finished my Master Thesis at Blekinge Institute of
> Technology
> > in cooperation with Combitech Systems. The project was to run a WAP-server over
> > Bluetooth using only open-source components. During this project I've ported
> Axis'
> > open source Bluetooth stack ( http://developer.axis.com/software/bluetooth/ ) to
> eCos
> > operating system. I've also used a modified version of Ophelia WAP gateway
> > (www.3ui.com). The report can be found at
> > http://www.student.hk-r.se/~ets99akr/reports.html . It includes hints and design
> > solutions on how to do this porting.
> > I would also like to thank this mailing list for the tremendous support.
> > best regards
> > Andreas
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Get email at your own domain with Yahoo! Mail. 
> > http://personal.mail.yahoo.com/
> > 
> 
> -- 
>       David Airlie, Software Engineer, Parthus Technologies plc.,
>        Mary Rosse Centre, National Tech Park, Limerick, Ireland.
>    t: +353-61-508116 / f: +353-61-508101 / David.Airlie@parthus.com
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ECOS] Release of: Port of Axis' open-source Bluetooth stack to eCos
  2001-02-28  6:38 ` David Airlie
  2001-03-02  5:22   ` Andreas Karlsson
@ 2001-03-16  6:27   ` Andreas Karlsson
  2001-03-16  6:48     ` [ECOS] ARM 2.95.2 gcc compile issues Tim Michals
  1 sibling, 1 reply; 7+ messages in thread
From: Andreas Karlsson @ 2001-03-16  6:27 UTC (permalink / raw)
  To: David Airlie; +Cc: ecos-discuss

Hi all,
I'm very glad to be able to present the sources of the WOSP-project.
Visit http://www.combitechsystems.com and click on the WOSP link.
Hope this release will help you and stopping you from reinventing the wheel...
brgds
Andreas

--- David Airlie <David.Airlie@parthus.com> wrote:
> 
> Can you release these ports.. even as-is tgz would probably be useful to a
> lot of people... I know the axis stack is GPL, so eCos can't integrate
> it but still many people might like it as a learning exercise..
> 
> Dave.
> 
> 
> On Wed, 28 Feb 2001, Andreas Karlsson wrote:
> 
> > Hi,
> > FYI
> > During autumn 2000 I finished my Master Thesis at Blekinge Institute of
> Technology
> > in cooperation with Combitech Systems. The project was to run a WAP-server over
> > Bluetooth using only open-source components. During this project I've ported
> Axis'
> > open source Bluetooth stack ( http://developer.axis.com/software/bluetooth/ ) to
> eCos
> > operating system. I've also used a modified version of Ophelia WAP gateway
> > (www.3ui.com). The report can be found at
> > http://www.student.hk-r.se/~ets99akr/reports.html . It includes hints and design
> > solutions on how to do this porting.
> > I would also like to thank this mailing list for the tremendous support.
> > best regards
> > Andreas
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Get email at your own domain with Yahoo! Mail. 
> > http://personal.mail.yahoo.com/
> > 
> 
> -- 
>       David Airlie, Software Engineer, Parthus Technologies plc.,
>        Mary Rosse Centre, National Tech Park, Limerick, Ireland.
>    t: +353-61-508116 / f: +353-61-508101 / David.Airlie@parthus.com
> 


__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail. 
http://personal.mail.yahoo.com/

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ECOS] ARM 2.95.2 gcc compile issues
  2001-03-16  6:27   ` [ECOS] Release of: " Andreas Karlsson
@ 2001-03-16  6:48     ` Tim Michals
  2001-03-16  8:08       ` Jonathan Larmour
  0 siblings, 1 reply; 7+ messages in thread
From: Tim Michals @ 2001-03-16  6:48 UTC (permalink / raw)
  To: egcs; +Cc: ecos-discuss

[-- Attachment #1: Type: text/plain, Size: 15806 bytes --]

All,

I have compile gcc 2.95.2 for mips, now I'm trying to do the same with the
ARM.  Binutils 2.10.1, I'm following the instructions for the arm-elf.  So
what I'm doing wrong?  Also have lastest cygwin tools.

Here is the error, attached is the configure.out and make.out

_muldi3
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/xm-arm.h:55,
                 from tconfig.h:5,
                 from /src/gcc/gcc-2.95.2/gcc/libgcc2.c:33:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:417: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:590: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:597: `SImode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:597: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:598: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:675: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: `PIC_OFFSET_TABLE_REGNUM'
undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: variable `call_used_regs' has
initializer but incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:805: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:809: conflicting types for
`call_used_regs'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: previous declaration of
`call_used_regs'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:809: invalid initializer
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:809: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:810: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:822: parse error before `>='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:915: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:938: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1028: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1030: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1047: `val' undeclared here (not in
a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1047: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1047: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1049: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1057: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1057: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1058: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1058: parse error before `&'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1226: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1227: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1233: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1233: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1261: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1263: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1266: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1267: parse error before character
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1268: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: `SYMBOL_REF' undeclared here
(not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: `Pmode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: `temp' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before character
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1317: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1336: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1358: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1358: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1359: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1378: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1381: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1381: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1381: parse error before character
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1382: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1382: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1382: parse error before character
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1398: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1420: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1426: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1474: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1490: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1496: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1450: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1453: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: variable `code' has
initializer but incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: `INDEX' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1464: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1473: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: `INDEX' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1483: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1493: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `HImode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `QImode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1500: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1501: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1515: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1519: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1532: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1546: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1547: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1548: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1568: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1590: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: redefinition of `xop1'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: `xop1' previously defined
here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1596: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1600: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1603: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1606: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: `SImode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `SImode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `xop0' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: parameter names
(without types) in function declaration
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: redefinition of `X'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1054: `X' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: `low_n' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `SImode' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `low_n' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1628: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: redefinition of `xop1'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: `xop1' previously defined
here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1637: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1697: parse error before `||'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1764: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1844: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: `const_op' undeclared here
(not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: `const_op' undeclared here
(not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1861: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: parse error before `offset'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: redefinition of `offset'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1333: `offset' previously defined
here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1984: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: redefinition of `index'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: `index' previously defined
here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: `temp' undeclared here (not
in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1990: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: conflicting types for
`base_reg_name'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1982: previous declaration of
`base_reg_name'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: `reg_names' undeclared here
(not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1992: parse error before `switch'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1998: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: parse error before character
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2055: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2079: `mi_delta' undeclared here
(not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2081: `FUNCTION' undeclared here
(not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2082: initializer element is not
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2083: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: parse error before string
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: warning: data definition has
no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2099: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: parse error before character
constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: warning: data definition has
no type or storage class
In file included from /src/gcc/gcc-2.95.2/gcc/libgcc2.c:45:
/src/gcc/gcc-2.95.2/gcc/machmode.h:47: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/machmode.h:138: warning: parameter has incomplete
type
/src/gcc/gcc-2.95.2/gcc/machmode.h:142: warning: parameter has incomplete
type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: storage size of `code' isn't
known
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/tmp/build/gcc/gcc'
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/tmp/build/gcc/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/tmp/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/tmp/build/gcc'

tim@TM1552020101 /tmp/build/gcc
$


[-- Attachment #2: configure.out --]
[-- Type: text/plain, Size: 13307 bytes --]

Configuring for a i686-pc-cygwin32 host.
Created "Makefile" in /tmp/build/gcc using "mh-frag"
Configuring libiberty...
creating cache ../config.cache
checking host system type... i686-pc-cygwin32
checking build system type... i686-pc-cygwin32
checking for ar... ar
checking for ranlib... ranlib
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for POSIXized ISC... no
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for sys/file.h... yes
checking for sys/param.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... yes
checking for strings.h... yes
checking for sys/time.h... yes
checking for sys/resource.h... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking for asprintf... no
checking for atexit... yes
checking for basename... no
checking for bcmp... yes
checking for bcopy... yes
checking for bzero... yes
checking for calloc... yes
checking for clock... yes
checking for getcwd... yes
checking for getpagesize... yes
checking for index... yes
checking for insque... no
checking for memchr... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for memset... yes
checking for mkstemps... no
checking for putenv... yes
checking for rename... yes
checking for rindex... yes
checking for setenv... yes
checking for sigsetmask... no
checking for strcasecmp... yes
checking for strchr... yes
checking for strdup... yes
checking for strncasecmp... yes
checking for strrchr... yes
checking for strstr... yes
checking for strtod... yes
checking for strtol... yes
checking for strtoul... yes
checking for tmpnam... yes
checking for vasprintf... no
checking for vfprintf... yes
checking for vprintf... yes
checking for vsprintf... yes
checking for waitpid... yes
checking for working alloca.h... no
checking for alloca... yes
checking for ANSI C header files... yes
checking for pid_t... yes
checking for vfork.h... no
checking for working vfork... yes
checking for sys_errlist... no
checking for sys_nerr... no
checking for getrusage... yes
checking for on_exit... no
checking for strerror... yes
checking for sysconf... yes
checking for times... yes
checking for sbrk... yes
checking for gettimeofday... yes
updating cache ../config.cache
creating ./config.status
creating Makefile
creating testsuite/Makefile
creating config.h
Configuring texinfo...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking whether gcc needs -traditional... no
checking for a BSD compatible install... /usr/bin/install -c
checking for ranlib... (cached) ranlib
checking for texconfig... false
checking for POSIXized ISC... no
checking for minix/config.h... no
checking whether to enable maintainer-specific portions of Makefiles... no
checking for Cygwin32 environment... yes
checking for Mingw32 environment... no
checking for executable suffix... .exe
checking for sigblock... no
checking for sigblock in -lbsd... no
checking for tputs in -lncurses... yes
checking for ncurses/termcap.h... yes
checking for ANSI C header files... (cached) yes
checking for fcntl.h... yes
checking for pwd.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for termcap.h... yes
checking for termio.h... yes
checking for termios.h... yes
checking for unistd.h... (cached) yes
checking for sys/fcntl.h... yes
checking for sys/file.h... (cached) yes
checking for sys/ptem.h... no
checking for sys/time.h... (cached) yes
checking for sys/ttold.h... no
checking for sys/wait.h... (cached) yes
checking for off_t... yes
checking return type of signal handlers... void
checking for working const... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for vprintf... (cached) yes
checking for setvbuf... yes
checking for getcwd... (cached) yes
checking for memset... (cached) yes
checking for bzero... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for sigprocmask... yes
checking for sigsetmask... (cached) no
checking for memcpy... (cached) yes
checking for memmove... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for inline... inline
checking for size_t... yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... no
checking for malloc.h... yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... no
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for stpcpy... no
checking for LC_MESSAGES... no
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... yes
checking for gettext in libc... no
checking for bindtextdomain in -lintl... yes
checking for gettext in libintl... no
checking whether catgets can be used... no
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed...  de fr
updating cache ../config.cache
creating ./config.status
creating Makefile
creating doc/Makefile
creating info/Makefile
creating intl/Makefile
creating lib/Makefile
creating makeinfo/Makefile
creating po/Makefile.in
creating util/Makefile
creating config.h
linking /src/gcc/gcc-2.95.2/texinfo/intl/libgettext.h to intl/libintl.h
Configuring gcc...
loading cache ../config.cache
checking LIBRARY_PATH variable... ok
checking GCC_EXEC_PREFIX variable... ok
checking host system type... i686-pc-cygwin32
checking target system type... arm-unknown-elf
checking build system type... i686-pc-cygwin32
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -g -O2 ) works... yes
checking whether the C compiler (gcc -g -O2 ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether make sets ${MAKE}... (cached) yes
checking whether a default assembler was specified... no
checking whether a default linker was specified... no
checking for gawk... gawk
checking for flex... flex
checking for yywrap in -lfl... yes
checking whether ln works... yes
checking whether ln -s works... yes
checking for volatile... yes
checking for ranlib... (cached) ranlib
checking for bison... bison -y
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether string.h and strings.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for limits.h... (cached) yes
checking for stddef.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for time.h... yes
checking for fcntl.h... (cached) yes
checking for unistd.h... (cached) yes
checking for stab.h... no
checking for sys/file.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/times.h... yes
checking for sys/stat.h... yes
checking for direct.h... no
checking for thread.h... no
checking for pthread.h... yes
checking for gnatbind... no
checking whether cpp understands the stringify operator... yes
checking for inttypes.h... no
checking for strtoul... (cached) yes
checking for bsearch... yes
checking for strerror... (cached) yes
checking for putenv... (cached) yes
checking for popen... yes
checking for bcopy... (cached) yes
checking for bzero... (cached) yes
checking for bcmp... (cached) yes
checking for index... (cached) yes
checking for rindex... (cached) yes
checking for strchr... (cached) yes
checking for strrchr... (cached) yes
checking for kill... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking for atoll... no
checking for atoq... no
checking for sysconf... (cached) yes
checking for isascii... yes
checking for gettimeofday... (cached) yes
checking for strsignal... yes
checking for putc_unlocked... no
checking for fputc_unlocked... no
checking for fputs_unlocked... no
checking for vprintf... (cached) yes
checking whether the printf functions support %p... yes
checking for pid_t... (cached) yes
checking for vfork.h... (cached) no
checking for working vfork... (cached) yes
checking whether malloc must be declared... no
checking whether realloc must be declared... no
checking whether calloc must be declared... no
checking whether free must be declared... no
checking whether bcopy must be declared... no
checking whether bzero must be declared... no
checking whether bcmp must be declared... no
checking whether index must be declared... no
checking whether rindex must be declared... no
checking whether getenv must be declared... no
checking whether atol must be declared... no
checking whether sbrk must be declared... no
checking whether abort must be declared... no
checking whether atof must be declared... no
checking whether strerror must be declared... no
checking whether getcwd must be declared... no
checking whether getwd must be declared... no
checking whether strsignal must be declared... no
checking whether putc_unlocked must be declared... yes
checking whether fputs_unlocked must be declared... yes
checking whether strstr must be declared... no
checking whether getrlimit must be declared... no
checking whether setrlimit must be declared... no
checking for sys_siglist declaration in signal.h or unistd.h... no
checking if mkdir takes one argument... no
Using `/src/gcc/gcc-2.95.2/gcc/config/arm/arm.c' to output insns.
Using `/src/gcc/gcc-2.95.2/gcc/config/arm/arm.md' as machine description file.
Using `/src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h' as target machine macro file.
Using the following host machine macro files:
	/src/gcc/gcc-2.95.2/gcc/config/i386/xm-i386.h
	/src/gcc/gcc-2.95.2/gcc/config/i386/xm-cygwin.h
checking for strerror in -lcposix... no
checking for working const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) no
checking for argz.h... (cached) no
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) no
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for strdup... (cached) yes
checking for __argz_count... (cached) no
checking for __argz_stringify... (cached) no
checking for __argz_next... (cached) no
checking for LC_MESSAGES... (cached) no
checking whether NLS is requested... no
checking assembler alignment features... 
checking assembler subsection support... 
checking assembler instructions... 
Links are now set up to build a cross-compiler for arm-unknown-elf
  from i686-pc-cygwin32.
updating cache ../config.cache
creating ./config.status
creating Makefile
creating intl/Makefile
creating po/Makefile.in
creating fixinc/Makefile
creating cp/Makefile
creating auto-host.h
linking /src/gcc/gcc-2.95.2/gcc/intl/libgettext.h to intl/libintl.h
creating libintl.h
Configuring etc...
loading cache ../config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
updating cache ../config.cache
creating ./config.status
creating Makefile

[-- Attachment #3: make.out --]
[-- Type: text/plain, Size: 111851 bytes --]

make: Entering directory `/tmp/build/gcc'
make[1]: Entering directory `/tmp/build/gcc/libiberty'
if [ x"no" = xyes ] && [ ! -d pic ]; then \
  mkdir pic; \
else true; fi
touch stamp-picdir
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/argv.c -o pic/argv.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/argv.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/choose-temp.c -o pic/choose-temp.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/choose-temp.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/concat.c -o pic/concat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/concat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/cplus-dem.c -o pic/cplus-dem.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/cplus-dem.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/fdmatch.c -o pic/fdmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/fdmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/fnmatch.c -o pic/fnmatch.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/fnmatch.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getopt.c -o pic/getopt.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getopt.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getopt1.c -o pic/getopt1.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getopt1.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/getruntime.c -o pic/getruntime.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/getruntime.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/hex.c -o pic/hex.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/hex.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/floatformat.c -o pic/floatformat.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/floatformat.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/objalloc.c -o pic/objalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/objalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/obstack.c -o pic/obstack.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/obstack.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/pexecute.c -o pic/pexecute.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/pexecute.c
/src/gcc/gcc-2.95.2/libiberty/pexecute.c: In function `pexecute':
/src/gcc/gcc-2.95.2/libiberty/pexecute.c:379: warning: assignment discards qualifiers from pointer target type
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/spaces.c -o pic/spaces.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/spaces.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/splay-tree.c -o pic/splay-tree.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/splay-tree.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/strerror.c -o pic/strerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/strerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/strsignal.c -o pic/strsignal.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/strsignal.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xatexit.c -o pic/xatexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xatexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xexit.c -o pic/xexit.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xexit.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xmalloc.c -o pic/xmalloc.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xmalloc.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xstrdup.c -o pic/xstrdup.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xstrdup.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/xstrerror.c -o pic/xstrerror.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/xstrerror.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/random.c -o pic/random.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/random.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/asprintf.c -o pic/asprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/asprintf.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/basename.c -o pic/basename.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/basename.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/insque.c -o pic/insque.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/insque.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/mkstemps.c -o pic/mkstemps.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/mkstemps.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/sigsetmask.c -o pic/sigsetmask.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/sigsetmask.c
test x"no" != xyes || \
  gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include   /src/gcc/gcc-2.95.2/libiberty/vasprintf.c -o pic/vasprintf.o
gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I/src/gcc/gcc-2.95.2/libiberty/../include  /src/gcc/gcc-2.95.2/libiberty/vasprintf.c
rm -f libiberty.a
ar rc libiberty.a \
  argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o  random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o 
ranlib libiberty.a
rm -f needed-list; touch needed-list; \
for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \
  for g in random.o asprintf.o basename.o insque.o mkstemps.o sigsetmask.o vasprintf.o ; do \
    case "$g" in \
      *$f*) echo $g >> needed-list ;; \
    esac; \
  done; \
done
echo argv.o choose-temp.o concat.o cplus-dem.o fdmatch.o fnmatch.o getopt.o getopt1.o getruntime.o hex.o floatformat.o objalloc.o obstack.o pexecute.o spaces.o splay-tree.o strerror.o strsignal.o xatexit.o xexit.o xmalloc.o xstrdup.o xstrerror.o > required-list
make[2]: Entering directory `/tmp/build/gcc/libiberty/testsuite'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/build/gcc/libiberty/testsuite'
make[1]: Leaving directory `/tmp/build/gcc/libiberty'
make[1]: Entering directory `/tmp/build/gcc/texinfo'
make all-recursive
make[2]: Entering directory `/tmp/build/gcc/texinfo'
Making all in intl
make[3]: Entering directory `/tmp/build/gcc/texinfo/intl'
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/intl-compat.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/bindtextdom.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/dcgettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/dgettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/gettext.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/finddomain.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/loadmsgcat.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/localealias.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/textdomain.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/l10nflist.c
gcc -c -DLOCALEDIR=\"/tools/share/locale\" -DGNULOCALEDIR=\"/tools/share/locale\" -DLOCALE_ALIAS_PATH=\"/tools/share/locale:.\" -DHAVE_CONFIG_H -I.. -I. -I/src/gcc/gcc-2.95.2/texinfo/intl -I/src/gcc/gcc-2.95.2/texinfo/lib  -g -O2  /src/gcc/gcc-2.95.2/texinfo/intl/explodename.c
rm -f libintl.a
ar cru libintl.a intl-compat.o bindtextdom.o dcgettext.o dgettext.o gettext.o finddomain.o loadmsgcat.o localealias.o textdomain.o l10nflist.o explodename.o
ranlib libintl.a
make[3]: Leaving directory `/tmp/build/gcc/texinfo/intl'
Making all in lib
make[3]: Entering directory `/tmp/build/gcc/texinfo/lib'
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/getopt.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/getopt1.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/lib -I.. -I../intl  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/lib/xstrdup.c
rm -f libtxi.a
ar cru libtxi.a getopt.o getopt1.o xmalloc.o xstrdup.o 
ranlib libtxi.a
make[3]: Leaving directory `/tmp/build/gcc/texinfo/lib'
Making all in makeinfo
make[3]: Entering directory `/tmp/build/gcc/texinfo/makeinfo'
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/makeinfo -I.. -I/src/gcc/gcc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/makeinfo/makeinfo.c
gcc -DHAVE_CONFIG_H -I. -I/src/gcc/gcc-2.95.2/texinfo/makeinfo -I.. -I/src/gcc/gcc-2.95.2/texinfo/lib -I../intl -DLOCALEDIR=\"/tools/share/locale\"  -g -O2 -c /src/gcc/gcc-2.95.2/texinfo/makeinfo/multi.c
gcc -g -O2  -o makeinfo.exe  makeinfo.o multi.o ../lib/libtxi.a ../intl/libintl.a 
make[3]: Leaving directory `/tmp/build/gcc/texinfo/makeinfo'
make[2]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Leaving directory `/tmp/build/gcc/texinfo'
make[1]: Entering directory `/tmp/build/gcc/gcc'
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
  -DGCC_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/include\" \
  -DGPLUSPLUS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../..`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/g++-3\" \
  -DLOCAL_INCLUDE_DIR=\"/tools/include\" \
  -DCROSS_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/sys-include\" \
  -DTOOL_INCLUDE_DIR=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf/include\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/cccp.c | sed 's,^\./,,'`
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c /src/gcc/gcc-2.95.2/gcc/cexp.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
  -DLOCALEDIR=\"/tools/share/locale\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/intl.c | sed 's,^\./,,'`
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
-DPREFIX=\"/tools\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/prefix.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/version.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/mbchar.c
rm -f obstack.c
ln -s /src/gcc/gcc-2.95.2/gcc/../libiberty/obstack.c obstack.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include obstack.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o cccp.exe cccp.o cexp.o intl.o prefix.o version.o  mbchar.o  obstack.o       -ladvapi32 ../libiberty/libiberty.a
rm -f cpp.exe
ln cccp.exe cpp.exe
(cd intl && make all)
make[2]: Entering directory `/tmp/build/gcc/gcc/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/tmp/build/gcc/gcc/intl'
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
  /src/gcc/gcc-2.95.2/gcc/gencheck.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o gencheck \
 gencheck.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./gencheck > tmp-check.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-check.h tree-check.h
touch s-check
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/gengenrtl.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o gengenrtl \
 gengenrtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./gengenrtl tmp-genrtl.h tmp-genrtl.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-genrtl.h genrtl.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-genrtl.c genrtl.c
touch s-genrtl
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genattr.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/rtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/bitmap.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/print-rtl.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genattr \
 genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genattr /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-attr.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-attr.h insn-attr.h
touch s-attr
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/gencodes.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o gencodes \
 gencodes.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./gencodes /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-codes.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-codes.h insn-codes.h
touch s-codes
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genconfig.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genconfig \
  genconfig.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genconfig /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-config.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-config.h insn-config.h
touch s-config
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include  \
  -DTARGET_NAME=\"arm-elf\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/toplev.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/print-tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/stor-layout.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/fold-const.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genflags.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genflags \
 genflags.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genflags /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-flags.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-flags.h insn-flags.h
touch s-flags
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/function.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/stmt.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/except.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/expr.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/calls.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/expmed.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/explow.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/optabs.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/varasm.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/rtlanal.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/emit-rtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include genrtl.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/real.c
/src/gcc/gcc-2.95.2/gcc/real.c: In function `earith':
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:576: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:577: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:582: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:587: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:638: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `etrunci':
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:653: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:660: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `etruncui':
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:676: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:683: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_atof':
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:735: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_negate':
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:749: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:751: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `efixi':
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:766: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `efixui':
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:789: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_from_int':
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:865: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_from_uint':
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:919: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_to_int':
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:933: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_ldexp':
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:977: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:983: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `target_isinf':
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1001: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `target_isnan':
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1017: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `real_value_truncate':
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1046: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1096: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `exact_real_inverse':
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1112: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1131: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1141: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1159: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `etartdouble':
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1199: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `etarldouble':
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1215: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `etardouble':
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1230: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `etarsingle':
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1245: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_to_decimal':
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1263: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_cmp':
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1276: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1277: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_isneg':
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:1289: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_unto_float':
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6311: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_unto_double':
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6346: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_from_float':
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6378: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c: In function `ereal_from_double':
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 1 of `bcopy' from incompatible pointer type
/src/gcc/gcc-2.95.2/gcc/real.c:6434: warning: passing arg 2 of `bcopy' from incompatible pointer type
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/dbxout.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/sdbout.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/dwarfout.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/dwarf2out.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/xcoffout.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/alias.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/gcse.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/integrate.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/jump.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/cse.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/loop.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/unroll.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/flow.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/stupid.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/combine.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/varray.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/regclass.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/regmove.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/local-alloc.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/global.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/reload.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/reload1.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/caller-save.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genpeep.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genpeep \
 genpeep.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genpeep /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-peep.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-peep.c insn-peep.c
touch s-peep
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-peep.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/reorg.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/sched.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/final.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/recog.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/reg-stack.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genopinit.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genopinit \
 genopinit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genopinit /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-opinit.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-opinit.c insn-opinit.c
touch s-opinit
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-opinit.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genrecog.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genrecog \
 genrecog.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genrecog /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-recog.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-recog.c insn-recog.c
touch s-recog
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-recog.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genextract.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genextract \
 genextract.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genextract /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-extract.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-extract.c insn-extract.c
touch s-extract
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-extract.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genoutput.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genoutput \
 genoutput.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genoutput /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-output.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-output.c insn-output.c
touch s-output
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-output.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genemit.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genemit \
 genemit.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genemit /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-emit.c
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-emit.c insn-emit.c
touch s-emit
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-emit.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/lcm.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/profile.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/genattrtab.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genattrtab \
 genattrtab.o rtl.o bitmap.o print-rtl.o rtlanal.o ` case "obstack.o" in ?*) echo obstack.o ;; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac `  ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
if cmp -s Makefile   /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md;	\
then					\
  echo Using ;	\
  cp  tmp-attrtab.c;	\
else					\
  ./genattrtab /src/gcc/gcc-2.95.2/gcc/config/arm/arm.md > tmp-attrtab.c;	\
fi
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-attrtab.c insn-attrtab.c
touch s-attrtab
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c insn-attrtab.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/config/arm/arm.c
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.c: In function `arm_override_options':
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.c:285: warning: assignment discards qualifiers from pointer target type
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/getpwd.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/convert.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/dyn-string.c
rm -f splay-tree.c
ln -s /src/gcc/gcc-2.95.2/gcc/../libiberty/splay-tree.c splay-tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include splay-tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/graph.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/sbitmap.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/resource.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/hash.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c /src/gcc/gcc-2.95.2/gcc/c-parse.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-lang.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-lex.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-pragma.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-decl.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-typeck.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-convert.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-aux-info.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-common.c
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/c-iterate.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o cc1.exe toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o arm.o getpwd.o  convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o c-parse.o c-lang.o c-lex.o c-pragma.o c-decl.o c-typeck.o c-convert.o c-aux-info.o c-common.o c-iterate.o  obstack.o       -ladvapi32 ../libiberty/libiberty.a
echo " toplev.o version.o tree.o print-tree.o stor-layout.o fold-const.o function.o stmt.o except.o expr.o calls.o expmed.o explow.o optabs.o intl.o varasm.o rtl.o print-rtl.o rtlanal.o emit-rtl.o genrtl.o real.o dbxout.o sdbout.o dwarfout.o dwarf2out.o xcoffout.o bitmap.o alias.o gcse.o integrate.o jump.o cse.o loop.o unroll.o flow.o stupid.o combine.o varray.o regclass.o regmove.o local-alloc.o global.o reload.o reload1.o caller-save.o insn-peep.o reorg.o sched.o final.o recog.o reg-stack.o insn-opinit.o insn-recog.o insn-extract.o insn-output.o insn-emit.o lcm.o profile.o insn-attrtab.o arm.o getpwd.o  convert.o mbchar.o dyn-string.o splay-tree.o graph.o sbitmap.o resource.o hash.o" | sed -e 's, \([a-z0-9]\), ../\1,g' -e 's/\.o/.o/g' >stamp-objlist
cd cp; make "AR_FLAGS_FOR_TARGET=rc" "AR_FOR_TARGET=arm-elf-ar" "BISON=bison" "BISONFLAGS=" "CFLAGS=-g -O2" "CLIB=-ladvapi32" "GCC_FOR_TARGET=/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include" "LDFLAGS=" "LEX=flex" "LEXFLAGS=" "LN=ln" "LN_S=ln -s" "MAKEINFO=/tmp/build/gcc/texinfo/makeinfo/makeinfo " "MAKEINFOFLAGS=" "RANLIB_FOR_TARGET=arm-elf-ranlib" "RANLIB_TEST_FOR_TARGET=[ -f arm-elf-ranlib ] || ( [ "i686-pc-cygwin32" = "arm-unknown-elf" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" "SHELL=/bin/sh" "STAGE_PREFIX=" "exeext=.exe" "build_exeext=.exe" "objext=.o" "exec_prefix=/tools/H-i686-pc-cygwin" "prefix=/tools" "local_prefix=/usr/local" "gxx_include_dir=/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../..`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/[^/]*|/..|g'`/include/g++-3" "tooldir=/tools/H-i686-pc-cygwin/arm-elf" "gcc_tooldir=/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2/../../../`echo /tools/H-i686-pc-cygwin | sed -e 's|^/tools||' -e 's|/$||' -e 's|^[^/]|/|' -e 's|/[^/]*|../|g'`arm-elf" "bindir=/tools/H-i686-pc-cygwin/bin" "libsubdir=/tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2" "datadir=/tools/share" "distdir=../tmp/\$(subdir)" "localedir=/tools/share/locale" "CC=gcc" "CXX_FOR_BUILD=c++" "CXXFLAGS=-g -O2" "CXX_FOR_TARGET=arm-elf-c++" ../cc1plus.exe
make[2]: Entering directory `/tmp/build/gcc/gcc/cp'
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/call.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/decl.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/errfn.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/expr.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/pt.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/sig.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/typeck2.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/class.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/decl2.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/error.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/lex.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include  \
  `echo /src/gcc/gcc-2.95.2/gcc/cp/parse.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/ptree.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/rtti.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/spew.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/typeck.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/cvt.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/except.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/friend.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/init.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/method.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/search.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/semantics.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/tree.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/xref.c
gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2     -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/cp -I/src/gcc/gcc-2.95.2/gcc/cp/.. -I/src/gcc/gcc-2.95.2/gcc/cp/../config -I/src/gcc/gcc-2.95.2/gcc/cp/../../include /src/gcc/gcc-2.95.2/gcc/cp/repo.c
gcc -DCROSS_COMPILE -DIN_GCC    -g -O2   -o ../cc1plus.exe `cat ../stamp-objlist` ../c-common.o ../c-pragma.o call.o decl.o errfn.o expr.o pt.o sig.o typeck2.o class.o decl2.o error.o lex.o parse.o ptree.o rtti.o spew.o typeck.o cvt.o except.o friend.o init.o method.o search.o semantics.o tree.o xref.o repo.o  `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `case "gcc" in "cc") if [ x != x ]; then echo ../; else true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi`  -ladvapi32
make[2]: Leaving directory `/tmp/build/gcc/gcc/cp'
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include  \
-DTARGET_MACHINE=\"arm-elf\"  \
-c `echo /src/gcc/gcc-2.95.2/gcc/collect2.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/tlink.c
/bin/sh /src/gcc/gcc-2.95.2/gcc/genmultilib \
  "mlittle-endian/mbig-endian mcpu=arm7" \
  "le be nofmult" \
  "mbig-endian=mbe mlittle-endian=mle mcpu?arm7=mcpu?arm7d mcpu?arm7=mcpu?arm7di mcpu?arm7=mcpu?arm70 mcpu?arm7=mcpu?arm700 mcpu?arm7=mcpu?arm700i mcpu?arm7=mcpu?arm710 mcpu?arm7=mcpu?arm710c mcpu?arm7=mcpu?arm7100 mcpu?arm7=mcpu?arm7500 mcpu?arm7=mcpu?arm7500fe mcpu?arm7=mcpu?arm6 mcpu?arm7=mcpu?arm60 mcpu?arm7=mcpu?arm600 mcpu?arm7=mcpu?arm610 mcpu?arm7=mcpu?arm620" \
  "" \
  "" > tmp-mlib.h
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-mlib.h multilib.h
touch s-mlib
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"/tools/H-i686-pc-cygwin/lib/\" -DSTANDARD_EXEC_PREFIX=\"/tools/H-i686-pc-cygwin/lib/gcc-lib/\" -DDEFAULT_TARGET_VERSION=\"2.95.2\" -DDEFAULT_TARGET_MACHINE=\"arm-elf\" -DTOOLDIR_BASE_PREFIX=\"/tools/H-i686-pc-cygwin/\" \
  -c `echo /src/gcc/gcc-2.95.2/gcc/gcc.c | sed 's,^\./,,'`
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include /src/gcc/gcc-2.95.2/gcc/gccspec.c
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o xgcc.exe gcc.o gccspec.o intl.o \
  prefix.o version.o  obstack.o       -ladvapi32 ../libiberty/libiberty.a
echo "int xxy_us_dummy;" >tmp-dum.c
/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include -S tmp-dum.c
echo '/*WARNING: This file is automatically generated!*/' >tmp-under.c
if grep _xxy_us_dummy tmp-dum.s > /dev/null ; then \
  echo "int prepends_underscore = 1;" >>tmp-under.c; \
else \
  echo "int prepends_underscore = 0;" >>tmp-under.c; \
fi
/src/gcc/gcc-2.95.2/gcc/move-if-change tmp-under.c underscore.c
rm -f tmp-dum.c tmp-dum.s
touch s-under
gcc -c -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H    -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include underscore.c
rm -f collect2.exe
gcc -DCROSS_COMPILE -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o collect2.exe collect2.o tlink.o hash.o intl.o underscore.o version.o  obstack.o       -ladvapi32 ../libiberty/libiberty.a
cp xgcc.exe gcc-cross.exe
/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include -dumpspecs > tmp-specs
mv tmp-specs specs
touch stmp-headers
MAKE="make"; srcdir=`cd /src/gcc/gcc-2.95.2/gcc/fixinc; pwd` ; \
export MAKE srcdir ; \
cd ./fixinc; /bin/sh ${srcdir}/mkfixinc.sh arm-unknown-elf
constructing ../fixinc.sh for arm-unknown-elf
make SHELL="/bin/sh" install
make[2]: Entering directory `/tmp/build/gcc/gcc/fixinc'
gcc -c -g   -I. -I.. -I/src/gcc/gcc-2.95.2/gcc/fixinc -I/src/gcc/gcc-2.95.2/gcc/fixinc/.. -I/src/gcc/gcc-2.95.2/gcc/fixinc/../config -I/src/gcc/gcc-2.95.2/gcc/fixinc/../../include /src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c
/src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c: In function `initialize':
/src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: `SIGIOT' undeclared (first use in this function)
/src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: (Each undeclared identifier is reported only once
/src/gcc/gcc-2.95.2/gcc/fixinc/fixincl.c:349: for each function it appears in.)
make[2]: *** [fixincl.o] Error 1
make[2]: Leaving directory `/tmp/build/gcc/gcc/fixinc'
Could not install binary fixincludes.
Installing shell script instead.
rm -rf include; mkdir include
TARGET_MACHINE=arm-unknown-elf; srcdir=`cd /src/gcc/gcc-2.95.2/gcc; pwd`; \
INSTALL_ASSERT_H=install-assert-h; SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /tools/H-i686-pc-cygwin/arm-elf/sys-include 
Fixing headers into /tmp/build/gcc/gcc/include for arm-unknown-elf target
cd: can't cd to /tools/H-i686-pc-cygwin/arm-elf/sys-include
rm -f include/syslimits.h
if [ -f include/limits.h ]; then \
  mv include/limits.h include/syslimits.h; \
else \
  cp /src/gcc/gcc-2.95.2/gcc/gsyslimits.h include/syslimits.h; \
fi
chmod a+r include/syslimits.h
if [ "/tools/H-i686-pc-cygwin/arm-elf/sys-include" = "/tools/H-i686-pc-cygwin/arm-elf/sys-include" ] \
   && [ -d /tools/H-i686-pc-cygwin/arm-elf/sys-include ]; then \
  if [ -d /tools/H-i686-pc-cygwin/lib ] ; then true ; else mkdir /tools/H-i686-pc-cygwin/lib ; fi; \
  if [ -d /tools/H-i686-pc-cygwin/lib/gcc-lib ] ; then true ; else mkdir /tools/H-i686-pc-cygwin/lib/gcc-lib; fi; \
  if [ -d /tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf ] ; then true ; else mkdir /tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf ; fi; \
  if [ -d /tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2 ] ; then true ; else mkdir /tools/H-i686-pc-cygwin/lib/gcc-lib/arm-elf/2.95.2 ; fi; \
else true; fi
touch stmp-fixinc
if [ -f /tools/H-i686-pc-cygwin/arm-elf/sys-include/limits.h ] ; then \
  cat /src/gcc/gcc-2.95.2/gcc/limitx.h /src/gcc/gcc-2.95.2/gcc/glimits.h /src/gcc/gcc-2.95.2/gcc/limity.h > tmp-xlimits.h; \
else \
  cat /src/gcc/gcc-2.95.2/gcc/glimits.h > tmp-xlimits.h; \
fi
mv tmp-xlimits.h xlimits.h
for file in .. /src/gcc/gcc-2.95.2/gcc/ginclude/stdarg.h /src/gcc/gcc-2.95.2/gcc/ginclude/stddef.h /src/gcc/gcc-2.95.2/gcc/ginclude/varargs.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-alpha.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-h8300.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-i860.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-i960.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-mips.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-m88k.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-mn10200.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-mn10300.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-pa.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-pyr.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-sparc.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-clipper.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-spur.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-m32r.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-sh.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-v850.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-arc.h /src/gcc/gcc-2.95.2/gcc/ginclude/iso646.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-ppc.h /src/gcc/gcc-2.95.2/gcc/ginclude/va-c4x.h  /src/gcc/gcc-2.95.2/gcc/cp/inc/typeinfo /src/gcc/gcc-2.95.2/gcc/cp/inc/exception /src/gcc/gcc-2.95.2/gcc/cp/inc/new /src/gcc/gcc-2.95.2/gcc/cp/inc/new.h /src/gcc/gcc-2.95.2/gcc/ginclude/proto.h /src/gcc/gcc-2.95.2/gcc/ginclude/stdbool.h; do \
  if [ X$file != X.. ]; then \
    realfile=`echo $file | sed -e 's|.*/\([^/]*\)$|\1|'`; \
    touch include/$realfile; \
    rm -f include/$realfile; \
    cp $file include; \
    chmod a+r include/$realfile; \
  fi; \
done
rm -f include/limits.h
cp xlimits.h include/limits.h
chmod a+r include/limits.h
rm -f include/float.h
if [ xfloat-i64.h != xMakefile.in ]; then \
  cp /src/gcc/gcc-2.95.2/gcc/config/float-i64.h include/float.h && \
  chmod a+r include/float.h; \
else :; fi
rm -f include/README
cp /src/gcc/gcc-2.95.2/gcc/README-fixinc include/README
chmod a+r include/README
touch stmp-int-hdrs
if [ -f libgcc2.ready ] ; then \
	true; \
else \
	touch libgcc2.ready; \
fi
rm -f tmplibgcc1.a libgcc1.S
cp /src/gcc/gcc-2.95.2/gcc/config/arm/lib1funcs.asm libgcc1.S
for name in _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_tls; \
do \
  echo ${name}; \
  /tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include -O2  -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include  -Dinhibit_libc  -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c -DL${name} libgcc1.S; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  mv libgcc1.o ${name}.o; \
  arm-elf-ar rc tmplibgcc1.a ${name}.o; \
  rm -f ${name}.o; \
done
_udivsi3
_divsi3
_umodsi3
_modsi3
_dvmd_tls
rm -f libgcc1.S
mv tmplibgcc1.a libgcc1-asm.a
echo '#define FLOAT' > fp-bit.c
echo '#ifndef __ARMEB__' >> fp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> fp-bit.c
echo '#endif' >> fp-bit.c
cat /src/gcc/gcc-2.95.2/gcc/config/fp-bit.c >> fp-bit.c
echo '#ifndef __ARMEB__' > dp-bit.c
echo '#define FLOAT_BIT_ORDER_MISMATCH' >> dp-bit.c
echo '#define FLOAT_WORD_ORDER_MISMATCH' >> dp-bit.c
echo '#endif' >> dp-bit.c
cat /src/gcc/gcc-2.95.2/gcc/config/fp-bit.c >> dp-bit.c
case " c c++ " in \
*" "[cC]"++ "*) \
  echo tinfo.o tinfo2.o new.o opnew.o opnewnt.o opvnew.o opvnewnt.o opdel.o opdelnt.o opvdel.o opvdelnt.o exception.o > cplib2.new;; \
*) \
  echo "" > cplib2.new;; \
esac
mv -f cplib2.new cplib2.txt 
for i in `/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include --print-multi-lib`; do \
  dir=`echo $i | sed -e 's/;.*$//'`; \
  flags=`echo $i | sed -e 's/^[^;]*;//' -e 's/@/ -/g'`; \
  make GCC_FOR_TARGET="/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include" \
    AR_FOR_TARGET="arm-elf-ar" \
    AR_FLAGS_FOR_TARGET="rc" \
    CC="gcc" CFLAGS="-g -O2" \
    RANLIB_FOR_TARGET="arm-elf-ranlib" \
    RANLIB_TEST_FOR_TARGET="[ -f arm-elf-ranlib ] || ( [ "i686-pc-cygwin32" = "arm-unknown-elf" ] && [ -f /usr/bin/ranlib -o -f /bin/ranlib ] )" \
    LANGUAGES="c c++" \
    HOST_PREFIX="" HOST_PREFIX_1="loser-" \
    LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include  -Dinhibit_libc  -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  ${flags}" \
    MULTILIB_CFLAGS="${flags}" \
    LIBGCC1="libgcc1-asm.a" LIBGCC2="libgcc2.a" \
    dir="${dir}" stmp-multilib-sub; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
done
make[2]: Entering directory `/tmp/build/gcc/gcc'
rm -f libgcc2.a
if [ -d . ]; then \
  cd .; \
  rm -f libgcc.a crtbegin.o crtend.o; \
else true; \
fi
make GCC_FOR_TARGET="/tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include" \
  AR_FOR_TARGET="arm-elf-ar" \
  AR_FLAGS_FOR_TARGET="rc" \
  CC="gcc" CFLAGS="-g -O2" \
  HOST_PREFIX="" HOST_PREFIX_1="loser-" \
  LANGUAGES="c c++" \
  LIBGCC2_CFLAGS="-O2  -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include  -Dinhibit_libc  -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc  " libgcc2.a
make[3]: Entering directory `/tmp/build/gcc/gcc'
rm -f tmplibgcc2.a
for name in _muldi3 _divdi3 _moddi3 _udivdi3 _umoddi3 _negdi2 _lshrdi3 _ashldi3 _ashrdi3 _ffsdi2 _udiv_w_sdiv _udivmoddi4 _cmpdi2 _ucmpdi2 _floatdidf _floatdisf _fixunsdfsi _fixunssfsi _fixunsdfdi _fixdfdi _fixunssfdi _fixsfdi _fixxfdi _fixunsxfdi _floatdixf _fixunsxfsi _fixtfdi _fixunstfdi _floatditf __gcc_bcmp _varargs __dummy _eprintf _bb _shtab _clear_cache _trampoline __main _exit _ctors _pure; \
do \
  echo ${name}; \
  /tmp/build/gcc/gcc/xgcc -B/tmp/build/gcc/gcc/ -B/tools/H-i686-pc-cygwin/arm-elf/bin/ -I/tools/H-i686-pc-cygwin/arm-elf/include -O2  -DCROSS_COMPILE -DIN_GCC     -g -O2 -I./include  -Dinhibit_libc  -g1  -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc   -I. -I/src/gcc/gcc-2.95.2/gcc -I/src/gcc/gcc-2.95.2/gcc/config -I/src/gcc/gcc-2.95.2/gcc/../include -c -DL${name} \
       /src/gcc/gcc-2.95.2/gcc/libgcc2.c -o ${name}.o; \
  if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  arm-elf-ar rc tmplibgcc2.a ${name}.o; \
  rm -f ${name}.o; \
done
_muldi3
In file included from /src/gcc/gcc-2.95.2/gcc/config/arm/aout.h:301,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/elf.h:354,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/unknown-elf.h:171,
                 from tm.h:6,
                 from /src/gcc/gcc-2.95.2/gcc/config/arm/xm-arm.h:55,
                 from tconfig.h:5,
                 from /src/gcc/gcc-2.95.2/gcc/libgcc2.c:33:
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:226: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:417: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:590: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:597: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:597: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:598: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:675: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: `PIC_OFFSET_TABLE_REGNUM' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: variable `call_used_regs' has initializer but incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:805: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:809: conflicting types for `call_used_regs'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:804: previous declaration of `call_used_regs'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:809: invalid initializer
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:809: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:810: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:822: parse error before `>='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:915: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:938: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1028: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1030: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1047: `val' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1047: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1047: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1049: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1057: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1057: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1058: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1058: parse error before `&'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1226: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1227: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1233: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1233: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1261: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1263: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1266: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1267: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1268: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: `SYMBOL_REF' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: `Pmode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: `temp' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1269: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1270: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1284: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1317: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1336: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1358: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1358: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1359: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1378: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1381: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1381: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1381: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1382: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1382: parse error before `)'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1382: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1398: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1420: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1426: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1474: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1490: parse error before `<'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1496: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1450: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1453: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: variable `code' has initializer but incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: `INDEX' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1464: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1473: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: `INDEX' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1479: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1480: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1483: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1493: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `HImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1499: `QImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1500: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1501: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1515: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1519: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1532: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1545: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1546: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1547: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1548: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1568: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1590: parse error before `{'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: redefinition of `xop1'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1543: `xop1' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1596: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1600: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1603: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1604: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1606: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1622: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1623: `xop0' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1624: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: parameter names (without types) in function declaration
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1625: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: redefinition of `X'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1054: `X' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1626: `low_n' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `SImode' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: `low_n' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1627: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1628: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: redefinition of `xop1'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1594: `xop1' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1635: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1637: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1697: parse error before `||'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1764: parse error before `=='
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1844: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: `const_op' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1859: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: `const_op' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1860: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1861: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: parse error before `offset'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: redefinition of `offset'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1333: `offset' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1983: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1984: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1988: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: redefinition of `index'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1981: `index' previously defined here
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: `temp' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1989: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1990: parse error before `}'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: conflicting types for `base_reg_name'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1982: previous declaration of `base_reg_name'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: `reg_names' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1991: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1992: parse error before `switch'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1998: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1999: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2017: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2018: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2054: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2055: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2056: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2079: `mi_delta' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2081: `FUNCTION' undeclared here (not in a function)
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2082: initializer element is not constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2083: parse error before `if'
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: parse error before string constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2098: warning: data definition has no type or storage class
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2099: parse error before `('
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: parse error before character constant
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:2102: warning: data definition has no type or storage class
In file included from /src/gcc/gcc-2.95.2/gcc/libgcc2.c:45:
/src/gcc/gcc-2.95.2/gcc/machmode.h:47: stray '\' in program
/src/gcc/gcc-2.95.2/gcc/machmode.h:138: warning: parameter has incomplete type
/src/gcc/gcc-2.95.2/gcc/machmode.h:142: warning: parameter has incomplete type
/src/gcc/gcc-2.95.2/gcc/config/arm/arm.h:1462: storage size of `code' isn't known
make[3]: *** [libgcc2.a] Error 1
make[3]: Leaving directory `/tmp/build/gcc/gcc'
make[2]: *** [stmp-multilib-sub] Error 2
make[2]: Leaving directory `/tmp/build/gcc/gcc'
make[1]: *** [stmp-multilib] Error 1
make[1]: Leaving directory `/tmp/build/gcc/gcc'
make: *** [all-gcc] Error 2
make: Leaving directory `/tmp/build/gcc'

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ECOS] ARM 2.95.2 gcc compile issues
  2001-03-16  6:48     ` [ECOS] ARM 2.95.2 gcc compile issues Tim Michals
@ 2001-03-16  8:08       ` Jonathan Larmour
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Larmour @ 2001-03-16  8:08 UTC (permalink / raw)
  To: Tim Michals; +Cc: ecos-discuss

Tim Michals wrote:
> 
> All,
> 
> I have compile gcc 2.95.2 for mips, now I'm trying to do the same with the
> ARM.  Binutils 2.10.1, I'm following the instructions for the arm-elf.  So
> what I'm doing wrong?  Also have lastest cygwin tools.
> 
> Here is the error, attached is the configure.out and make.out

You have the exact same problem as the other guy earlier today:

cd to the top level of your gcc source repository and use the command:

find . -type f -exec sh -c "tr -d '\r' < {} > flibble" \; -exec mv flibble
{} \;

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [ECOS] Port of Axis' open-source Bluetooth stack to eCos
@ 2001-02-28  7:25 Lars Viklund
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Viklund @ 2001-02-28  7:25 UTC (permalink / raw)
  To: 'David Airlie', Andreas Karlsson; +Cc: ecos-discuss

Actually, we have changed the licensing of the Axis Bluetooth stack to 
allow use (and distribution) with e.g. eCos. The name has also changed 
to "AXIS OpenBT Stack". 

See http://mhonarc.axis.se/bluetooth-dev/msg01037.html

> Can you release these ports.. even as-is tgz would probably 
> be useful to a
> lot of people... I know the axis stack is GPL, so eCos can't integrate
> it but still many people might like it as a learning exercise..

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2001-03-16  8:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-02-28  4:46 [ECOS] Port of Axis' open-source Bluetooth stack to eCos Andreas Karlsson
2001-02-28  6:38 ` David Airlie
2001-03-02  5:22   ` Andreas Karlsson
2001-03-16  6:27   ` [ECOS] Release of: " Andreas Karlsson
2001-03-16  6:48     ` [ECOS] ARM 2.95.2 gcc compile issues Tim Michals
2001-03-16  8:08       ` Jonathan Larmour
2001-02-28  7:25 [ECOS] Port of Axis' open-source Bluetooth stack to eCos Lars Viklund

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).