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
|