pfalcon / pycopy

Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.
http://pycopy.readthedocs.io
MIT License
805 stars 78 forks source link

Unable to build this branch on my macBook #23

Closed rlnktt closed 5 years ago

rlnktt commented 5 years ago

make: *** No rule to make target lib/lwip/src/core/def.c', needed bybuild-PYBV11/genhdr/qstr.i.last'. Stop.

I'm getting the above error , while trying to build this on my mac!!

Command that I issued: make clean make BOARD=PYBV11

pfalcon commented 5 years ago

Likely reason is not having checked out the submodules, as described in the README.