Can any please help me out to get ARM Tool chain 64 bit in Mingw-64 for windows ? .
Procedure I will have to follow:
Download the complete source code of mingw-64 .
Run configure ( here I dont know what parameters I should give for getting arm 64 tool chain ) .
make
make install .
If I am able to run the above steps successfully , I should be getting arm-gcc which I can use it for compiling my source codes .
Hecen If I compile test.c code , I should get Test.exe which should be able to run on Windows ARM Platform .
Please help me to know if we can do this ? .