链接警告然后未定义引用

时间:2012-12-04 19:04:51

标签: cmake

我正在尝试使用Cmake编译应用程序。

几乎在州结束时:100%

我得到了:

/../lib/gcc/arm-linux-gnueabi/4.5.2/../../../../arm-none-linux-gnueabi/bin/ld: warning: libIMGegl.so, needed by /arm-linux-gnueabi/lib/libEGL.so, not found (try using -rpath or -rpath-link)

然后是很多

的消息
undefined reference to 'something'

我在哪里可以添加-rpath或-rpath-link

这是我的CMAKE FLAG:

set(CMAKE_C_FLAGS "-O2 -mcpu=cortex-a9 -mfpu=vfp -mfloat-abi=softfp -g -mtune=xscale -msoft-float -fpic -mthumb-interwork -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -fomit-frame-pointer -fno-strict-aliasing ${CMAKE_ARM_LINUX_FLAGS}" CACHE INTERNAL "")  

0 个答案:

没有答案