[OT] Re: MinGW toolchain build failure for M16CM32C

2009-05-29 Thread Dave Korn
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.

Re: MinGW toolchain build failure for M16CM32C

2009-05-29 Thread Kai Tietz
2009/5/29 Kai Tietz : > 2009/5/29 Mahesh Basavaraj Shavari : >> Hi, >> I am trying to build a MinGW toolchain for M16CM32C target using the >> following sources: >> >> GCC-4.4.0 >> Binutils-2.19 >> Newlib-1.17 >> >> The linux toolchain was built successfully, however MinGW toolchain build >> fail

Re: MinGW toolchain build failure for M16CM32C

2009-05-29 Thread Kai Tietz
2009/5/29 Mahesh Basavaraj Shavari : > Hi, > I am trying to build a MinGW toolchain for M16CM32C target using the > following sources: > > GCC-4.4.0 > Binutils-2.19 > Newlib-1.17 > > The linux toolchain was built successfully, however MinGW toolchain build > failed. > During make, I get the follo

MinGW toolchain build failure for M16CM32C

2009-05-29 Thread Mahesh Basavaraj Shavari
Hi, I am trying to build a MinGW toolchain for M16CM32C target using the following sources: GCC-4.4.0 Binutils-2.19 Newlib-1.17 The linux toolchain was built successfully, however MinGW toolchain build failed. During make, I get the following error.