Part Number: TDA2
Tool/software: Linux
While I trying to build vision SDK 3.03, we were getting the following errors, after following the steps of installation provided :
system_gbm_allocator.c: In function 'gbm_wrap_native_buffers':
system_gbm_allocator.c:175:9: error: implicit declaration of function 'gbm_surface_import' [-Werror=implicit-function-declaration]
surf = gbm_surface_import(dev,
^
system_gbm_allocator.c:175:7: error: assignment makes pointer from integer without a cast [-Werror=int-conversion]
surf = gbm_surface_import(dev,
why?
I have already tar the " install-extra.tar.gz” into $ INSTALL_DIR/ti_components/os_tools/linux/targetfs . using tar –xvzf install-extra.tar.gz
Thanks and regards.
^