User c module wasn´t found

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
cyrano1960
Posts: 39
Joined: Fri Mar 29, 2019 7:08 pm

User c module wasn´t found

Post by cyrano1960 » Tue Mar 30, 2021 7:34 pm

Hi everyone,
I have written a first c extension module according to the tutorial and I got it working on STM32 without any problem. But if I built it on rp2 port the external module wasn't add to the compile path. So I can't see any messages that the file was compiled. I have build my firmware + extension with:

Code: Select all

make USER_C_MODULES=../../../my_mpmodules all
As I mentioned, in STM32 port it works fine, so the path, the code itself and the way of enabling the module must be correct in general.
Do you have any ideas?
Thanks a lot!

Post Reply