I am doing a build based on instruction in DM368_DVR_RDK_SW_UserGuide.pdf, section 3.3 "Building the DVR application) on page 11.
Where it says "make -s sysall"
I ran into the following error:
drivers/video/Kconfig:1552:warning: 'select' used by config symbol 'FB_FSL_DIU' refer to undefined symbol 'PPC_LIB_RHEAP'
python: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
make[1]: *** [checksetconfig] Error 127
make: *** [checksetconfig] Error 2
This seems to occur when doing
make checksetconfig
I am not sure about how to resolve this.
Any help would be greatly appreciated.