[CMake] Doesn't support SHARED libraries during cross compiling using ARM RVCT40.

Alexander Neundorf a.neundorf-work at gmx.net
Thu Jun 16 12:47:21 EDT 2011


On Thursday 16 June 2011, jianhua wrote:
> Hi Neundorf;
> 
> Thanks for your continuous help, you have helped me to solve 2 threads now.
> 
> After remove line SET (CMAKE_SYSTEM_NAME Generic)  now it works.
> 
> The target device OS is Brew MP, something like eCos, but it is much
> simpler,  powered by Qualcomm.

And this supports shared libraries ?
http://www.brewmp.com/platform/platform

I think the better choice would be to create a Platform/BrewMP.cmake which has 
all the right stuff, and use 
set(CMAKE_SYSTEM_NAME BrewMP)
in your toolchain file.

Alex


More information about the CMake mailing list