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.