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  <20112012  2013  2014  2015  2016  2017  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  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Sequencer news: latest snapshot
From: "J. Lewis Muir" <[email protected]>
To: Andrew Johnson <[email protected]>
Cc: [email protected]
Date: Mon, 27 Jun 2011 11:29:19 -0500
On 6/27/11 10:21 AM, Andrew Johnson wrote:
> The fat binary behavior I'm talking about is something that Apple does on the 
> Mac and which Mac users with mixed architectures are used to; EPICS still only 
> thinks its building for one target architecture so our rules don't change and 
> you can rely on everything you normally do as far as the build process goes, 
> but whenever make executes "$(CC) -c $(CFLAGS) file.c" the C compiler gets 
> executed internally once for each CPU architecture given in its -arch options, 
> and the resulting object code for all CPUs gets combined into a single .o 
> file.  Similar things happen during linking.
> 
> Apple do hide the process of building fat binaries pretty well, but parsing 
> the linker or compiler output is likely to get confusing since each internal 
> compilation can result in different errors/warnings, or the same error/warning 
> appearing multiple times.

On a side note, I don't even use the fat binary capability.  I
just set ARCH_CLASS to match my CPU architecture.  So I'd be
fine if the EPICS core developers wanted to drop the fat binary
capability to remove this confusion/problem.  I'm not saying
it's a bad feature, though; I think it's actually nice that the
EPICS build system supports it.  But I'm just saying that if, in
the interest of simplifying the build system or checks like what
Ben is trying to do, I'd be OK if support for fat binaries was
dropped.

On a second side note, I guess Darwin is the only EPICS platform
where fat binaries are supported right now.  There is FatELF
<http://icculus.org/fatelf/>, though.  Maybe sometime down the
line this will become mainstream, in which case we'd have the
same problem on Linux that we are having now for Darwin.

Lewis

Replies:
Re: Sequencer news: latest snapshot J. Lewis Muir
Re: Sequencer news: latest snapshot Pelaia II, Tom
References:
Sequencer news: latest snapshot Benjamin Franksen
Re: Sequencer news: latest snapshot Andrew Johnson
Re: Sequencer news: latest snapshot Benjamin Franksen
Re: Sequencer news: latest snapshot Andrew Johnson

Navigate by Date:
Prev: Re: Sequencer news: latest snapshot J. Lewis Muir
Next: Re: Sequencer news: latest snapshot J. Lewis Muir
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Sequencer news: latest snapshot Andrew Johnson
Next: Re: Sequencer news: latest snapshot J. Lewis Muir
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·