Yes, I'm using build/tools/build-toolchain.sh to build it.
And it seems that I succeeded in building it, after I commented out
setting "-mno-cygwin" to HOST_CFLAGS and HOST_LDFLAGS in ndk-
common.sh.
I guess that it should not be there anyways, because original binaries
(from 1.5) were dependent on cygwin1.dll too.
On 7 ноя, 23:18, David Turner <
di...@android.com> wrote:
> Yes, you should be able to build it under Cygwin. However, please use
> build/tools/build-toolchain.sh to rebuild the toolchain,
> and build/tools/make-release.sh to make a new release package.
>
> These script contain all the voodoo necessary to properly configure / build
> / install the toolchain binaries and make a decent
> package. Trying to build the toolchain yourself is extremely prone to error
> (though I invite you to experiment if you wish so,
> look at what built-toolchain.sh does for hints)
>
> Hope this helps
>