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: Linux Synthetic target problems


On Thu, Sep 04, 2008 at 07:02:31AM -0700, Tyler Wilson wrote:
> Thank you both for the tips. I am trying to add the additional GCC flag,
> but - being new to eCos (and not an expert in Linux either) - I do not
> know the optimal way to integrate it.
> 
> My understanding from working with eCos on the Windows side was that I
> modify the install/include/pkgconf/ecos.mak file; specifically, the
> ECOS_GLOBAL_CFLAGS. Then I do a 'make' at the root of the synthetic
> build tree. But when I build, I do not see the compiler option listed in
> the compiler output - it appears to be cut off after the
> -fno-exceptions. Perhaps just the output is being truncated?
> 
> Am I doing this right?

No. Modify CYGBLD_GLOBAL_CFLAGS in your configuration and then 

ecosconfig tree
make clean
make

        Andrew

-- 
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]