Part Number: DRA76P
Tool/software: TI-RTOS
hi all,
i want to use gc320 chip to render the image in my user case, so i add the head files in path apps/tools/gal2d/include/gc_hal_xx.h
and i also add so lib file in path : apps/tools/gal2d/lib/libGAL.so
then i modify the MAKEFILE.MK in apps\src\hlos\adas\src\usecases\disp_dist_src_display\
i add
INCLUDE+= -I$($(MAKEAPPNAME)_PATH)/tools/gal2d/include
LIBS += -L$($(MAKEAPPNAME)_PATH)/tools/gal2d/lib/ -lGAL
but when compile is ok, but link is fail, report can not reference the API in libGAL.so, as following:
error: undefined reference to 'gco2D_SetSource'
error: undefined reference to 'gco2D_SetClipping'
how can i modify the make file of vision sdk to link the libGAL.so into my apps.out?
best regards!