Mail Archives: djgpp/1999/10/15/03:29:59
On Thu, 14 Oct 1999, Chris Scaife wrote:
> Hi,
>
> I'm trying to use C++ in an embeded app
> and need to get rid of all file i/o...
>
> Apparently there is a module libgcc2.c that produced
> a module named _eh.o (quite probably the error handler ?)
> in libgcc.a that invokes fprintf, but I can't
> find it's source file in lgpp2811s.zip
>
> Am I looking in the wrong place ?
> If you can tell me where to look I would much
> appreciate it :-)
>
it's in libgcc.a.
Try compiling with options -fno-exceptions -fno-rtti
- Raw text -