rve/example/Makefile

3 lines
158 B
Makefile
Raw Normal View History

2024-12-06 22:40:52 +00:00
example: example.c
riscv32-none-elf-gcc -fno-builtin -fvisibility=hidden -nostdlib -nostartfiles -march=rv32im -mabi=ilp32 -o example example.c -T linker.ld