Experimenting with RISC-V
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- 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
|