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 was archived by the owner on Jul 9, 2020. It is now read-only.
I have tried several time to build with wifi on but failed always. I have also tried to update esp firmware update like M1 as https://raw.githubusercontent.com/sipeed/MF1-User-Manual/master/en/assets/update_esp8285.jpg but update always failed with esp not found. Another problem were raised while i have tried build from source SDK with wifi on many variable undefined in header files which i have solved then raised others variable types problem. Any help appreciable.
Thanks
The text was updated successfully, but these errors were encountered:
/opt/kendryte-toolchain/lib/gcc/riscv64-unknown-elf/8.2.0/../../../../riscv64-unknown-elf/bin/ld: main/libmain.a(demo_esp8285.c.obj): in function .L4': demo_esp8285.c:(.text.demo_esp8285+0x438): undefined reference to g_dvp_finish_flag'
/opt/kendryte-toolchain/lib/gcc/riscv64-unknown-elf/8.2.0/../../../../riscv64-unknown-elf/bin/ld: main/libmain.a(demo_esp8285.c.obj): in function .L0 ': demo_esp8285.c:(.text.demo_esp8285+0x46a): **undefined reference to g_dvp_finish_flag'**
fixes in demo_esp8285 modules.c doesn't fix it
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have tried several time to build with wifi on but failed always. I have also tried to update esp firmware update like M1 as https://raw.githubusercontent.com/sipeed/MF1-User-Manual/master/en/assets/update_esp8285.jpg but update always failed with esp not found. Another problem were raised while i have tried build from source SDK with wifi on many variable undefined in header files which i have solved then raised others variable types problem. Any help appreciable.
Thanks
The text was updated successfully, but these errors were encountered: