Experimenting with RISC-V
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
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