[CMake] Symbian linker issues

Brad King brad.king at kitware.com
Thu Aug 7 15:10:11 EDT 2008


Frans.Fuerst at elektrobit.com wrote:
> Hi again,
>  
> I have some trouble linking to libraries shipped with the sdk.
>  
> 1. There is a
> "c:/Symbian/9.2/S60_3rd_FP1/EPOC32/RELEASE/ARMV5/UREL/usrt2_2.lib"
[snip]
> 2. the "original" linker command produced by the Symbian make system
> involves .dso files:
> : arm-none-symbianelf-ld ...
> \Symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\ARMV5\LIB\libc.dso ..

Both of these are cases where you want to pass the full path to a
library to the linker, right?  Have you tried just passing the full
paths to target_link_libraries?

-Brad


More information about the CMake mailing list