avr-gcc-list
[Top][All Lists]
Advanced

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

[avr-gcc-list] compiling gcc under cygwin


From: Dean Ferreyra
Subject: [avr-gcc-list] compiling gcc under cygwin
Date: Mon, 15 Oct 2001 14:15:32 -0700

Roland,

I had the same problem and I also defined HAVE_SYS_ERRLIST to 1 in
(libiberty/strerror.c).  I did notice that there was this in the generated
config.h file:

/* Define if you have the sys_errlist variable. */
/* #undef HAVE_SYS_ERRLIST */

It does not undefine HAVE_SYS_ERRLIST, but it does not define it anywhere
either.  This worked for me and I'm back in business.

Regarding your "errors with the intermediate assember language files", if
you can be more specific maybe others can help.

Dean Ferryera
address@hidden

-----Original Message-----
From: address@hidden
[mailto:address@hidden Behalf Of Roland Zitzke
Sent: Monday, October 15, 2001 6:12 AM
To: address@hidden
Subject: [avr-gcc-list] compiling gcc under cygwin


Hi,
has anyone tried to compile the latest version of gcc (3.0.1 or the latest
snapshot) under cygwin?
I get some strange errors
for example
in libiberty/
I need to manually define HAVE_SYS_ERRLIST
to avoid conflicts resulting for static vs non-static definition of some
error constants.
I also get errors with the intermediate assember language files and I can't
fix those easily.
Any comments?

Rgds
Roland




reply via email to

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