언어 설정

Menu
Sites
Language
Shared Library in Release, build stall on the 2nd source file

Hi,

I have succeeded to build my c++ native priojects in 'x86' architecture, static lib (.a) + shared lib (.so) + executable, runtime works fine on the emulator,

but when I build for 'ARMv7-a' architecture to test on a device, my shared lib build stalls everytime on the 2nd source file, only the first cpp file is builded, so no .so library are created, and no errors displayed on log or console... (however the static library builds fine in this architecture)
I tried to invert or delete some files, and still only the first alphabetic file is builded :/
I tried to create a new project with only 2 .cpp files, and have the same problem.

does anyone have encountered this problem ???

Tizen SDK 2.1 under windows

thx,
nico

ps: it works with "GCC-4.5" instead of "LLVM-3.1"

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 댓글
wil smith
Never came across such issue... If you can share the source code for your shared library, someboby may help you :)