How to enable Mudflap in gcc 4.x?
Frank Ch. Eigler
fche@redhat.com
Sun Jun 3 15:28:00 GMT 2007
"Deepen Mantri" <Deepen.Mantri@kpitcummins.com> writes:
> [...]
> To enable libmudflap library, I am passing the "--enable-libmudflap"
> option in the gcc configure script But I get the following error
> during final gcc building:
> "configure error: none of the known symbol names works
> [configure-target-libmudflap] Error 1"
libmudflap needs to know the know the name of the entry point symbol,
to enable one of its heuristics. See the ENTRY_POINT area in
configure.ac, and update it for your own runtime. Be aware that
libmduflap's libc-wrapper functions may need porting for your libc.
- FChE
More information about the Gcc
mailing list