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 05:16:38PM +0200, Øyvind Harboe wrote:
> >> Also when I tried to upgrade from an older arm-elf to arm-eabi, I ran
> >> into the same problem.
> >
> > I'm sorry, but, you do not provide enough of details to reproduce the
> > issue with any toolchain.
> 
> I know... I was hoping for some clues so I could
> put together a complete reproducible example.
> 
> I ran into this problem when trying to build an app using autotools
> (openocd, in case you're interested).

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. GNU autotools (=configure) make
compiler to use host's resources, eCos CT (ecosconfig) make compiler
to use eCos resources (even for linux synthetic target).

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]