On Jun 4, 2020, at 4:59 PM, jim slaughter <jim.slaughter@sage-micro.com> wrote:
Hello,
I am using Ubuntu and have been through the Getting Started Document and have arrived at point where you: Run the installer, installing the SDK in ~/zephyr-sdk-0.11.3:
I have done the commands" chmod +x zephyr-sdk-0.11.3-setup.run ./zephyr-sdk-0.11.3-setup.run -- -d ~/zephyr-sdk-0.11.3
I never saw where I specify the architecture "IBEX small 32-bit RISC-V CPU"
This is what I have in the sdk directory: jws@DESKTOP-AJSFNLH:~$ ls -l zephyr-sdk-0.11.3 total 0 drwxr-xr-x 1 jws jws 512 May 16 10:24 aarch64-zephyr-elf drwxr-xr-x 1 jws jws 512 May 16 11:22 arc-zephyr-elf drwxr-xr-x 1 jws jws 512 May 16 11:37 arm-zephyr-eabi drwxr-xr-x 1 jws jws 512 May 16 09:50 cmake drwxr-xr-x 1 jws jws 512 Jun 4 16:34 info-zephyr-sdk-0.11.3 drwxr-xr-x 1 jws jws 512 May 16 10:38 nios2-zephyr-elf drwxr-xr-x 1 jws jws 512 May 16 10:43 riscv64-zephyr-elf -rw-r--r-- 1 jws jws 7 Jun 4 16:34 sdk_version drwxr-xr-x 1 jws jws 512 May 16 10:36 sparc-zephyr-elf drwxr-xr-x 1 jws jws 512 May 16 10:50 sysroots drwxr-xr-x 1 jws jws 512 May 16 10:22 x86_64-zephyr-elf drwxrwxr-x 1 jws jws 512 Jun 4 16:33 xtensa jws@DESKTOP-AJSFNLH:~$
What did I miss? How do I get the IBEX included? Any help please! Thanks.
We have a generic risc-v toolchain that support both 32 and 64-bit risc-v (riscv64-zephyr-elf). There isn’t a specific toolchain for IBEX.