[ 
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

Reply via email to