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