Re: [CMake] [CMAKE] - custom compiler for Android

2017-12-08 Thread Brad King
On 12/06/2017 11:39 AM, ramya.gopalkris...@accoliteindia.com wrote: > Can you please give us some guidance to achieve the same with > CMAKE_SYSTEM_NAME as "Android" You'd need to teach Modules/Compiler/Embarcadero-DetermineCompiler.cmake to recognize the compiler as Embarcadero if it doesn't a

Re: [CMake] [CMAKE] - custom compiler for Android

2017-12-06 Thread Ramya G via CMake
HI Brad, Thank you for the response However we want more guidance on how do we start with the changes needed for the compiler support To be more clear, we are trying to build support for the embarcadero compilers bccaarm.exe. To give more insight on the work and our query, we have attached a work

Re: [CMake] [CMAKE] - custom compiler for Android

2017-12-05 Thread Brad King
On 12/05/2017 12:05 PM, ramya.gopalkris...@accoliteindia.com wrote: > Please validate our current understanding when a toolchain file or > command-line option sets CMAKE_SYSTEM_NAME to "Android" You may find this note helpful: https://gitlab.kitware.com/cmake/cmake/issues/16708#note_300971 > I

[CMake] [CMAKE] - custom compiler for Android

2017-12-05 Thread Ramya G via CMake
Hi, I am reposting the below email. Your help is highly appreciated. We are working towards creating a toolchain file for an ANDROID compiler We understand that the flow in CMAKE, when CMAKE_SYSTEM_NAME is specified in Android, is different when compared to specifying CMAKE_SYSTEM_NAME

[CMake] [CMAKE] - custom compiler for Android

2017-12-04 Thread Ramya G via CMake
HI All, I am reposting the below email. Any help is highly appreciated. We are working towards creating a toolchain file for an ANDROID compiler We understand that the flow in CMAKE, when CMAKE_SYSTEM_NAME is specified in Android is different when compared to specifying CMAKE_SYSTEM_NA

[CMake] CMAKE custom compiler for Android

2017-11-28 Thread Ramya G via CMake
HI All, We are working towards creating a toolchain file for an ANDROID compiler We understand that the flow in CMAKE, when CMAKE_SYSTEM_NAME is specified in Android is different when compared to specifying CMAKE_SYSTEM_NAME as IOS or LINUX Please validate our current understanding when