1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 <2024> 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | RE: Building EPICS 7 |
From: | Freddie Akeroyd - STFC UKRI via Tech-talk <tech-talk at aps.anl.gov> |
To: | 'John Dong' <jdong at pppl.gov>, EPICS Tech-Talk <tech-talk at aps.anl.gov> |
Date: | Mon, 17 Jun 2024 22:51:03 +0000 |
Hi, are you building with visual studio or mingw? I’ve seen this error before when building with visual studio and the compiler (cl.exe) is not found in the windows PATH, it might
be the same can occur with mingw if it can’t locate the compiler either. Could you please post the output of your build showing the error message and lines of output displayed on screen prior to the error Thanks, Freddie From: Tech-talk <tech-talk-bounces at aps.anl.gov>
On Behalf Of John Dong via Tech-talk I encountered the missing CCL.OBJ error when building epics-base. The problem still exists with the current version of Strawberry Perl. John Dong/Princeton Plasma Physics Lab
@Ralph I see this is using an older ActiveState Perl, is that configurable somehow? The latest StrawberryPerl packages (available through Chocolatey) install GNU Make-4.2.1 (named "gmake") and gcc as well, so they provide everything we need for a MinGW build. That's what I'm using here and had no problems with.
|