是的,就是把lib编译成.a库文件不成功,就是rebuild vm libreries 没把新加的LIB编译。以前我是试过在Makefile中把# SDK_LIBS is usually passed in from hostbuild, but if not then build them all
SDK_LIBS ?= $(filter-out $(patsubst %/,%,$(sort $(dir $(wildcard */BROKEN)))),$(patsubst %/,%,$(sort $(dir $(wildcard */*.h)))))