You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by "Alexander Broekhuis (JIRA)" <ji...@apache.org> on 2013/09/20 09:07:52 UTC

[jira] [Closed] (CELIX-35) Cmake adjustments for other platforms

     [ https://issues.apache.org/jira/browse/CELIX-35?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexander Broekhuis closed CELIX-35.
------------------------------------

    Resolution: Won't Fix

There have been a lot of changes in the codebase, so closing as won't fix. If there are still issues with cross compilation please open a new one and it will be fixed.
                
> Cmake adjustments for other platforms
> -------------------------------------
>
>                 Key: CELIX-35
>                 URL: https://issues.apache.org/jira/browse/CELIX-35
>             Project: Celix
>          Issue Type: Improvement
>         Environment: Linux x86-64 Ubuntu -> cross compiled for ARM and C6X architecture
>            Reporter: Jonathan Melissant
>            Priority: Minor
>         Attachments: celix_cmake_update.patch
>
>   Original Estimate: 4h
>  Remaining Estimate: 4h
>
> In order to cross compile for the ARM and C6x architecture, some cmake files (CMakeLists.txt and *.cmake) need to be edited. 
> First of all, not all bundles need to be deployed. 
> Secondly the linker needs more information about the libraries it linkes against. 
> For instance, both the deployment_admin and shell need the CURL library. 
> This library is used in framework.
> A standard linker will see this dependency and will also link the CURL library, but
> the c6x linker doesn't see this dependancy and asks for the CURL library path.
> Adding the FindCurl statements to shell and deployment_admin cmake
> and specifying the CURL_LIBRARY with target_link_libraries will overcome this issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira