This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: extern __inline__ and optimisation problems


On Wed, Oct 21, 2009 at 06:04:48PM +0200, Øyvind Harboe wrote:
> > Hm, I do not expect that it's possible to mix native host archive
> > (libopenocd.a) is built using host headers/glibc and eCos archives
> > (libtarget.a, libextras.a) are built with eCos headers/libc even for
> > Linux synthetic target together.
> 
> I'm not (willingly) mixing host and eCos stuff. I'm crossbuilding
> using autotools to eCos binaries.
> 
> This works fine for my arm-elf target, but something goes
> haywire with arm-eabi and gcc. I suspect that it might be
> a gcc 3 vs. gcc 4 problem. My suspicion is that I've got one
> option too many or too little...

Search: gcc 4 extern inline
http://gcc.gnu.org/gcc-4.3/porting_to.html

May be that's it.

Sergei

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]