tve / mpy-lib

MicroPython libraries and other general add-ons
MIT License
11 stars 4 forks source link

problem whit ESP32-Counter compilation #4

Open scopelemanuele opened 3 years ago

scopelemanuele commented 3 years ago

Good morning, I tried to compile the ESP32-Counter module, but I get many errors:

/home/manuel/micropython/micropython/ports/esp32/dynruntime.mk: file or directory not found

Actually in the Ports / ESP32 folder there is no file with this name ... Commenting on the row in the Makefile the compiler returns to me with this error:

GEN BUILD / modpcnt.config.h
CC modpcnt.c
Link Build / ModPcnt.o
LinkError: Unknown Symbol: MPY_INIT
Make: *** [/Home/emanuele/Micropython/Micropython/Py/Dynruntime.MK:140: Build / modpcnt.native.mpy] Error 1

I'm using the latest version of Miscropython in github. I am very interested in filling out this module for my IoT project. Thanks so much P.S. I'm sorry for my bad English

tve commented 3 years ago

I'm not sure whether you mean the latest version of micropython from git or the latest release, but I have not moved forward to a version that uses cmake, so if that's what you're using I'm afraid it will not work.