compilation options for cmake (on windows) for ARM target system but when I run configure it\'s starting compiler tests:
CMake Error at D:/Program Files/CMake 2.
When cross compiling for Windows, where there is no -rdynamic option, you can use
-DCMAKE_SYSTEM_NAME="Windows"
with cmake. Then Cmake will skip the test with -rdynamic.