chipsalliance / VeeRwolf

FuseSoC-based SoC for VeeR EH1 and EL2
268 stars 61 forks source link

Error in Build of Predefined examples of Zephyr #69

Open minecraftdixit opened 5 months ago

minecraftdixit commented 5 months ago

Hello , I tried the instructions in README.md, but I'm unable to get zephyr/samples/basic/blinky to build.

bug

The command I'm using is west build -b veerwolf_nexys

Any help is appreciated.

kdw4537 commented 4 months ago

I got the same error, so I tried the zephyr sdk 0.13.1 version and tried the 0.13.2 version as shown in readme, but it was the same. Also, I tried 0.16.1 version as shown in readme, at this time, a new error message such as Error: unrecognized opcode 'csrrc ~' appeared.

스크린샷 2024-02-27 222202

I've found another way, but using a lower version works fine. When installing the fusesoc swervolf library, install it in version 0.7.3 and install the zephyr sdk in version 0.12.4

fusesoc library add --sync-version v0.7.3 swervolf https://github.com/chipsalliance/VeeRwolf

wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.12.4/zephyr-sdk-0.12.4-x86_64-linux-setup.run