EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: antelope error in Windows 7 cygwin build of EPICS base 3.15.3
From: Ana Malagon <[email protected]>
To: "[email protected]" <[email protected]>
Date: Fri, 6 May 2016 11:51:52 -0700
Hi,

I'm trying to build EPICS base 3.15.3 on cygwin, on a Windows 7 host and getting errors when trying to build this.
I know there have been other threads about this on the forum, such as

http://www.aps.anl.gov/epics/tech-talk/2015/msg01742.php

with most problems being due to make, but I get the same error when I try two different makes:

make --version I get:

$ make --version
GNU Make 4.1
Built for x86_64-unknown-cygwin

or



The error output (shortened) are shown below:

g++ -o antelope.exe          -m32               epicsTempFile.obj closure.obj error.obj lalr.obj lr0.obj antelope.obj mkpar.obj output.obj reader.obj skeleton.obj symtab.obj verbose.obj warshall.obj
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/5.3.0//libstdc++.dll.a when searching for -lstdc++

/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lstdc++

/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/5.3.0//libgcc_s.dll.a when searching for -lgcc_s

/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/5.3.0//libgcc.a when searching for -lgcc

/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lgcc
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lcygwin
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/w32api/libadvapi32.a when searching for -ladvapi32

/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -ladvapi32
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/w32api/libshell32.a when searching for -lshell32
.
.
.
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lshell32
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/w32api/libuser32.a when searching for -luser32
.
.
.
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -luser32
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/w32api/libkernel32.a when searching for -lkernel32
.
.
.
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lkernel32
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/5.3.0//libgcc_s.dll.a when searching for -lgcc_s
.
.
.
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lgcc_s
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-pc-cygwin/5.3.0//libgcc.a when searching for -lgcc
.
.
.
/usr/lib/gcc/x86_64-pc-cygwin/5.3.0/../../../../x86_64-pc-cygwin/bin/ld: cannot find -lgcc
collect2: error: ld returned 1 exit status
make[3]: *** No rule to make target 'antelope.exe', needed by '../../../bin/cygwin-x86/antelope.exe'.  Stop.
make[3]: Leaving directory '/cygdrive/c/Users/admx/epics/base/base-3.15.3/src/libCom/O.cygwin-x86'
../../configure/RULES_ARCHS:61: recipe for target 'install.cygwin-x86' failed
make[2]: *** [install.cygwin-x86] Error 2
make[2]: Leaving directory '/cygdrive/c/Users/admx/epics/base/base-3.15.3/src/libCom'
../configure/RULES_DIRS:88: recipe for target 'libCom.install' failed
make[1]: *** [libCom.install] Error 2
make[1]: Leaving directory '/cygdrive/c/Users/admx/epics/base/base-3.15.3/src'
configure/RULES_DIRS:88: recipe for target 'src.install' failed
make: *** [src.install] Error 2

.
.
.

Replies:
Re: antelope error in Windows 7 cygwin build of EPICS base 3.15.3 Ana Malagon
Re: antelope error in Windows 7 cygwin build of EPICS base 3.15.3 Andrew Johnson

Navigate by Date:
Prev: Re: Base 3.15.4-pre1 - URGENT call for beta testing Ralph Lange
Next: Re: antelope error in Windows 7 cygwin build of EPICS base 3.15.3 Ana Malagon
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Match calloc() with free() for asynNDArrayDriver::pArrays Henrique Almeida
Next: Re: antelope error in Windows 7 cygwin build of EPICS base 3.15.3 Ana Malagon
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  <20162017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 15 Jul 2016 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·