micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
678 stars 218 forks source link

got error when make: No rule to make target `lib/berkeley-db-1.xx/btree/bt_close.c' #160

Closed jszsj closed 7 years ago

jszsj commented 7 years ago

When I try to build, there's an error:

make: *** No rule to make target lib/berkeley-db-1.xx/btree/bt_close.c', needed bybuild/genhdr/qstr.i.last'. Stop.

How to solve this issue? Thank you very much!

robert-hh commented 7 years ago

No problem here. be sure to run before git submodule update --init and then start over with:

make clean
make
jszsj commented 7 years ago

That's the key,I forgot that, Thanks!