Library files contain compile errors

Library files contain compile errors

BY 11 Jun 2015 Native Application Development

C/C++ Build > Setting
          C ++ Lingker> Libraries  => test
                                    C ++ Library search path (-L) => “$ {workspace_loc: / $ {ProjName} / lib}”
   
    source
       librarie file => project/lib/libtest.so

    ////////////////////////////////////////
    emulator
        compile run as => No error

    samsung z1 device connection
        compile run as =>c:/tizen-sdk/tools/arm-linux-gnueabi-gcc-4.6/bin/../lib/gcc/arm-linux-gnueabi/4.6.4/../../../../arm-linux-gnueabi/bin/ld.exe: I can not find -ltest

What is the problem?

Written by