Experimenting with RISC-V
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- 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
|