Compilation problem with modffi

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
yanh
Posts: 4
Joined: Mon Oct 11, 2021 4:53 pm

Compilation problem with modffi

Post by yanh » Mon Nov 15, 2021 3:58 pm

Hey all,

I am trying to compile the embedded example to work as a static library on iOS.

I was able to compile it, but when I try to enable ffi (By compiling modffi.c as well), I get the following error:

"No rule to make target `modffi.c`, needed by `build/genhdr/qstr.i.last`"

Can anyone please assist??

Post Reply