This is the mail archive of the gcc@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]

[OT] Re: MinGW toolchain build failure for M16CM32C


Kai Tietz wrote:

> Second remark. In you build line there is a typo. Not sure if this a
> paste issue, but
> 
> ... "win/../compat/strtoull.c -o strtoull.o o tcl.res.o" ...
> 
> is wrong. There is a '-' missing before 'o'. It should be something like
> 
> ... "win/../compat/strtoull.c -o strtoull.o -o tcl.res.o" ...

  Don't miss also this error, buried among the rest:

/bin/sh: o: command not found
> make[3]: [tcl.res.o] Error 127 (ignored)

  Looks to me like $(WINDRES) is empty, and that was actually a separate line
from the compiler command-line that got wrapped together in transmission.
(Not that teaching gcc how to handle .rc files wouldn't be a nice idea!)

  As this is not remotely a GCC problem, but a makefile or autoconf problem in
the distribution, you should follow it up on a more related mailing list.
(Looks from the path names like this is one of KPIT's bundles, do they have a
support forum?)

    cheers,
      DaveK


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