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.

1 line
592 B

  1. riscv64-unknown-elf-gcc -o main.elf -Os -g -Wall -Wextra -Wimplicit-function-declaration -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -Wundef -Wshadow -fno-common -MD -DPQRISCV_PLATFORM=vexriscv -march=rv32im -mabi=ilp32 -mcmodel=medany -fstrict-volatile-bitfields -DVEXRISCV_PLATFORM=pqvexriscvup5k -DMUPQ_NAMESPACE= hal.c hal-vexriscv.c main.c memcpy.c memset.c printf.c -I"" --specs=nano.specs --specs=nosys.specs -Wl,-Tbsp/vexriscv/pqvexriscvup5k.ld -nostartfiles -ffreestanding -Wl,--gc-sections -Lbsp/vexriscv -Wl,--start-group -lpqvexriscvup5kbsp -lc -lm -Wl,--end-group