Page 1 of 1

User c module wasn´t found

Posted: Tue Mar 30, 2021 7:34 pm
by cyrano1960
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!