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.
|
- TARGET := helloriscv.elf
- LOCAL_SRC_C := helloriscv.c
- LOCAL_SRC_S :=
- LOCAL_OPT_C := -Os -fno-builtin-printf -Wall -Wextra -pedantic
-
- include ../conf/toolchain.mk
- include ../conf/sdk.mk
|