Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing machine.Timer implementation! #356

Open
carey-zhou opened this issue Oct 8, 2024 · 1 comment
Open

Missing machine.Timer implementation! #356

carey-zhou opened this issue Oct 8, 2024 · 1 comment

Comments

@carey-zhou
Copy link

build micropython successfully

export PATH=/path/to/host/bin:$PATH
make -C ports/unix CROSS_COMPILE=arm-none-linux-gnueabihf-

Run fb_test.py failed

 micropython fb_test.py

Error output:

# micropython fb_test.py
Traceback (most recent call last):
  File "fb_test.py", line 6, in <module>
  File "lv_utils.py", line 45, in <module>
RuntimeError: Missing machine.Timer implementation!
@kdschlosser
Copy link
Contributor

the unix port only works on unix like OS's that are 100% compatible with the Linux standard. . It doesn't work on OS's like macOS. This is because macOS is not a 100% Linux compatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants