This is the mail archive of the ecos-patches@sources.redhat.com 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: libsupc++.a


Thomas Koeller wrote:
> the included patch will modify the infra package so that it
> will generate a library libsupc++.a, eliminating the need
> to manually modify the generated target.ld linker script
> when using GCC V3.

Correct me if I'm wrong, but isn't libsupc++.a something like libgcc.a
for C++ code? So like libgcc.a, it shouldn't be provided by eCos, but by
the compiler.

Incidentally, exactly this happens if you compile & install libstdc++ at
the same time you compile & install the compiler. As an additional
feature, you'll also get all the other standard C++ features it provides
like "operator new/delete", typeinfo, exception handling (although the
latter one might not work with eCos).

Martin


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