Experimenting with RISC-V
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 line
185 B

  1. TARGET := helloriscv.elf
  2. LOCAL_SRC_C := helloriscv.c
  3. LOCAL_SRC_S :=
  4. LOCAL_OPT_C := -Os -fno-builtin-printf -Wall -Wextra -pedantic
  5. include ../conf/toolchain.mk
  6. include ../conf/sdk.mk