"Deepen Mantri" <[EMAIL PROTECTED]> 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