Page 1 of 1

Build with an updated module.py need a make clean

Posted: Tue Aug 31, 2021 4:07 am
by Patrice
Hi,

until now, i was working with micropython 1.13 and just changed to the latest version.
The new cmake toolchain is ok, I can build the esp32 micropython however with this latest version, as soon as I add a new python module in the module directory or if I update one, the "make" command does not detect the new files and I have to do a "make clean" before each "make".
Is there another way to do it? with V1.13 it worked fine.

Many thanks
Regards

Re: Build with an updated module.py need a make clean

Posted: Tue Sep 14, 2021 2:16 am
by Patrice
Hi,

Is there anyone who is having the same problem or behavior?

Thanks