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.

RTOS/DRA756: Facing issue while building Vision SDK 3.03

Part Number: DRA756


Tool/software: TI-RTOS

Hi,

We have been using Vision SDK 3.02 for a considerable time, and we were able to successfully build and execute 3.02 codes.

But While 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,
       ^

While we checked through the framework, we were not able to track the definition of the function 'gbm_surface_import' , which is causing the errors.

This code section was added in 3.03, which was not in 3.02.

Thanks and Regards,

Raghavan

BlackPepper Technologies