This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
products:sbc:vim3:npu:npu-app [2023/09/12 06:06] sravan [Run-time parameters] |
products:sbc:vim3:npu:npu-app [2024/03/12 05:26] (current) louis |
||
|---|---|---|---|
| Line 165: | Line 165: | ||
| $ ls | $ ls | ||
| bin_r_cv4 | bin_r_cv4 | ||
| + | ``` | ||
| + | |||
| + | <WRAP important > | ||
| + | If you use kernel are using version 5.15 or above, please remove the red lines in '' | ||
| + | </ | ||
| + | |||
| + | ```diff | ||
| + | LIBS += -L$(VIVANTE_SDK_LIB) -lOpenVX -lOpenVXU -lGAL -lovxlib -lArchModelSw -lNNArchPerf | ||
| + | |||
| + | LIBS += -L../ | ||
| + | |||
| + | -#LIBS +=-L$(LIB_DIR) -lstdc++ | ||
| + | -LIBS += -lvpcodec -lamcodec -lamadec -lamvdec -lamavutils -lrt -lpthread -lge2d -lion | ||
| + | |||
| + | ############################################################################# | ||
| + | # Macros. | ||
| + | PROGRAM = 1 | ||
| + | CUR_SOURCE = ${wildcard *.c} | ||
| + | ############################################################################# | ||
| ``` | ``` | ||