Sam Ellicott
Sam Ellicott
Unfortunately that release only has the desktop version of colorchord. image.elf and image.elf-0x10000.bin are generated by running `make all` in the embedded8266 directory. What output do you get when you...
I think I know what the issue is, you are running on a raspberry pi (ARM) and the precompiled toolchain is for x86 (Confirming right now with Charles). I will...
Pre-built esp8266 binaries are now available in the releases.
I believe [#275](https://github.com/riscv-software-src/riscv-pk/issues/275) stems from the linker issue.
What compiler are each of you using? I ran into this issue when building the riscv-pk tool the other day [riscv-pk 287](https://github.com/riscv-software-src/riscv-pk/issues/287). Apparently it's an issue in the newer versions...