Experimenting with RISC-V
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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