Experimenting with RISC-V
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|