You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
I am trying to compile micropython from scratch for HiFive1-reb board. I found this git repo from a post on Micropython Forum.
I have downloaded freedom-e-sdk and followed instructions given when I run the following command it compiles successfully:
make PROGRAM=timer-interrupt TARGET=sifive-hifive1-revb CONFIGURATION=release software
Now when I set up my environment according to the repo mentioned above. I get the following error when I try to compile Micropython Port for HiFive1-revb board.
┌─(~/mp_riscv/micropython/ports/freedom-e)───────────(abdrehman@pop-os:pts/4)─┐└─(15:15:29 on experimental ✹)──> make ──(Fri,Sep25)─┘
Use make V=1 or set BUILD_VERBOSE in your environment to increase build verbosity.
GEN build/genhdr/mpversion.h
GEN build/genhdr/qstr.i.last
In file included from main.c:5:
/home/abdrehman/src/freedom-e-sdk/bsp/sifive-hifive1-revb/metal.h:8:10:fatal error: metal/machine/platform.h: No such file or directory
#include <metal/machine/platform.h>^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [../../py/mkrules.mk:75: build/genhdr/qstr.i.last] Error 1
make: *** Deleting file 'build/genhdr/qstr.i.last'
Any help will be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to compile micropython from scratch for HiFive1-reb board. I found this git repo from a post on Micropython Forum.
I have downloaded freedom-e-sdk and followed instructions given when I run the following command it compiles successfully:
make PROGRAM=timer-interrupt TARGET=sifive-hifive1-revb CONFIGURATION=release software
Now when I set up my environment according to the repo mentioned above. I get the following error when I try to compile Micropython Port for HiFive1-revb board.
Any help will be appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: