Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8013

SDK • Re: Trying to just get started- native machine code into mpy file

$
0
0
In your Makefile,

Code:

 MPY_DIR = $/home/pi/C/fibo/micropython
should probable be

Code:

 MPY_DIR = /home/pi/C/fibo/micropython
The dollar sign is turning the absolute path into a relative one

Statistics: Posted by scruss — Sun Mar 23, 2025 1:15 pm



Viewing all articles
Browse latest Browse all 8013

Trending Articles