Hello, I'm running into an error trying to compile the native module example from here. I keep getting the error elftools.common.exceptions.ELFError: Magic number does not match make: *** [build/factorial.native.mpy] Error 1
This also happens when I try to make the examples in the examples/natmod directory as well.
Hello, I'm running into an error trying to compile the native module example from here. I keep getting the error
elftools.common.exceptions.ELFError: Magic number does not match make: *** [build/factorial.native.mpy] Error 1This also happens when I try to make the examples in the examples/natmod directory as well.