编译源码不过,源码是主模块一个个下的
-
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
../../py/mkrules.mk:110: *** FROZEN_MPY_DIR cannot be used in conjunction with FROZEN_MANIFEST. Stop.
make: *** [FIRMWARE_OBJS] Error 2
-
https://book.openmv.cc/firmware/compile.html
按照教程的代码编译。
-
很难下的,另外找了个3.5的也编译不过。
-
@kidswong999
这是3.5.0 版本出现的。
../py/compile.c: In function ‘compile_built_in_decorator’:
../py/compile.c:844:24: error: ‘MP_QSTR_asm_xtensa’ undeclared (first use in this function)
} else if (attr == MP_QSTR_asm_xtensa) {
^
../py/compile.c:844:24: note: each undeclared identifier is reported only once for each function it appears in另外,下源码的时候由于存在子模块,基本下载都失败的