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.
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
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
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.