This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: How to enable mudflap with gcc-4.x


Kai Ruottu wrote:
 >Maybe you should remove that "--enable-libmudflap" and do:
 >   make all
 >   make install
 >   <build and install newlib with the installed GCC>
 >   make configure-target-libmudflap
 >   make all-target-libmudflap

Thanks. By this libmudflap got configured for x86/linux target. 
Now I built the gcc compiler for (RENESAS)sh-elf target and tried
to configure the libmudflap by this method. However I got the same
error "error: [configure-target-libmudflap]".

So I followed following steps for libmudflap configuration:
I created a separate build folder and from there
a) [libmudflap source path]/configure --target=sh-elf --prefix=[My 
   prefix folder path]
b) make
c) make install

By this, libmudflap.a got created but for i386-redhat-linux target.

Is it the case that, libmudflap does not support the 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. The following site also offers free technical 
support  to its users. Visit http://www.kpitgnutools.com for details.
Latest  versions of KPIT GNU tools were released on February 6,07
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


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