Hi
I'm trying to cross compile from Windows 7 64 bits to ARM Linux, if possible.
I do not find anywhere the exact steps to follow...
Is there any tutorial or wiki that I have not seen ?
However I have tried the following :
- Downloaded toolchains, selecting win64-arm_android.7z in the right pane
- Run the Toolchains Builder, selecting arm_android
it ends like this :
....
Everything is Ok
Folders: 207
Files: 15008
Size: 174987877
Compressed: 17780132
-------- configure -----------
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking target system type... Invalid configuration `arm-android': system `android' not recognized
configure: error: /bin/sh ./config.sub arm-android failed
-------- make ----------------
make: *** No targets specified and no makefile found. Stop.
-------- make install --------
make: *** No rule to make target `install'. Stop.
???????????????????????????????????????????????????????????
[ERROR]: Sorry Toolschains for arm-android Param:xxxx NOT Build.
???????????????????????????????????????????????????????????
Terminate Action at 27/05/2014 13:28:07
Total time: 00:01:44.088
ExitCode : 0
What am I missing or doing wrong ?
Thanks