This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

symbol lookup error: ./uimain: undefined symbol: LIBDVR365_initSystemMode

I am using DM365 DVR RDK and run into this problem when I did the following:

1. After the DVR target board comes up with login prompt, log in as "root"

2. Enter "cd /dvr/uimain"

3. Run "./uimain"

When I looked into /dvr/av_capture/application/dvr/ui_main/uimain.cxx, this is where LIBDVR365_initSystemMode() is referenced; While looking into /dvr/av_capture/application/dvr/dm365dvr/src, where LIBDVR365_initSystemMode() is defined.

I am puzzled as to how this function gets looked up by ./uimain. 

Any help would be appreciated.