There was a problem while running the "Application Source Code". Please help

Which Khadas SBC do you use?

vim3 pro

Which system do you use? Android, Ubuntu, OOWOW or others?

Ubuntu 22.04 , 5.15

Please describe your issue below:

While running the application source code in the Khadas document, an error occurred in the following part. Is there any solution?

Post a console log of your issue below:

image

Hello @chaneo

@Louis-Cheng-Liu will help you then.

Hello @chaneo ,

Sorry, the description is not clear. It means remove the two lines.

LIBS += -L$(VIVANTE_SDK_LIB) -lOpenVX -lOpenVXU -lGAL -lovxlib -lArchModelSw -lNNArchPerf

LIBS += -L../source_code/bin_r -lnn_detect

-#LIBS +=-L$(LIB_DIR) -lstdc++
-LIBS += -lvpcodec -lamcodec -lamadec -lamvdec -lamavutils -lrt -lpthread -lge2d -lion

#############################################################################
# Macros.
PROGRAM = 1
CUR_SOURCE = ${wildcard *.c}
#############################################################################
1 Like

Thank you. I deleted the two lines and built as you said, and the result was successful. Thanks :slight_smile: