What may be the reason behind not implementing some instructions of H8SX targets in H8300 port?

2008-07-11 Thread Deepen Mantri
these instructions for H8SX targets? Regards, Deepen Mantri KPIT Cummins Infosystems Ltd, Pune

RE: Libmudflap for sh-elf toolchain cannot access environment variable MUDFLAP_OPTIONS

2007-06-15 Thread Deepen Mantri
flap runtime controlling options (for eg: -print-leaks) as command line arguments and add a routine to detect them. Regards Deepen Mantri Free download of GNU based tool-chains for Renesas' SH, H8, R8C,M16C and M32C Series. The fo

RE: Libmudflap for sh-elf toolchain cannot access environment variable MUDFLAP_OPTIONS

2007-06-15 Thread Deepen Mantri
tenv("MUDFLAP_OPTIONS=<..>") in libmudflap's __mf_init() function existing in mf-runtime.c. Placing putenv(..) will limit the instrumented code's runtime behaviour only to option being set in the code by me. Regards Deepen Mantri

Libmudflap for sh-elf toolchain cannot access environment variable MUDFLAP_OPTIONS

2007-06-15 Thread Deepen Mantri
(MUDFLAP_OPTIONS) accessible to test.out while executing it through the sh-elf simulator? Regards, Deepen Mantri KPIT Cummins InfoSystems Ltd. Pune, India Free download of GNU based tool-chains for Renesas' SH,H8, R8C, M16C an

Libmudflap for sh-elf toolchain cannot access environment variable MUDFLAP_OPTIONS

2007-06-15 Thread Deepen Mantri
(MUDFLAP_OPTIONS) accessible to test.out while executing it through the sh-elf simulator? Regards, Deepen Mantri KPIT Cummins InfoSystems Ltd. Pune, India Free download of GNU based tool-chains for Renesas' SH,H8, R8C, M16C an

RE: How to enable Mudflap in gcc 4.x?

2007-06-05 Thread Deepen Mantri
/naveenh/src/newlib-1.15.0/newlib/libc/sys/sh/syscalls.c:218: undefined reference to `___wrap_main' collect2: ld returned 1 exit status //////// How to remove these errors? Regards, Deepen Mantri KPIT Cummins InfoSystems Ltd. Pune, India

RE: How to enable Mudflap in gcc 4.x?

2007-06-04 Thread Deepen Mantri
Eric Christopher wrote: >No, at the toplevel (just like your normal build of the compiler and >target libraries): >configure --enable-languages=c --disable-multilib --enable-libmudflap >--target=sh-elf ; make -j8 all-gcc all-target >and you'll get this: >configure: error: none of the known s

RE: How to enable Mudflap in gcc 4.x?

2007-06-04 Thread Deepen Mantri
bmudflap.a got created but for i386-redhat-linux target. Regards, Deepen Mantri KPIT Cummins InfoSystems Ltd. Pune, India ~ Free download of GNU based tool-chains for Renesas' SH, H8, R8C, M16C and M32C Series. The foll

RE: How to enable Mudflap in gcc 4.x?

2007-06-04 Thread Deepen Mantri
6 target and not others? Do I need to port it for sh-elf target? Regards, Deepen Mantri KPIT Cummins InfoSystems Ltd. Pune, India ~ Free download of GNU based tool-chains for Renesas' SH, H8, R8C, M16C and M32C Series. Th

How to enable Mudflap in gcc 4.x?

2007-05-28 Thread Deepen Mantri
son for this failure? Are some additional options required to be added in the configure script to enable the libmudflap library? Regards, Deepen Mantri KPIT Cummins InfoSyste