diff options
Diffstat (limited to 'c/squares')
| -rw-r--r-- | c/squares/Makefile | 2 | ||||
| -rwxr-xr-x | c/squares/squares.elf | bin | 6752 -> 6752 bytes | |||
| -rw-r--r-- | c/squares/squares.o | bin | 2336 -> 2336 bytes |
3 files changed, 1 insertions, 1 deletions
diff --git a/c/squares/Makefile b/c/squares/Makefile index f957bfa..66a03fa 100644 --- a/c/squares/Makefile +++ b/c/squares/Makefile @@ -4,7 +4,7 @@ squares.o: squares.c clang -target riscv32-none-elf -I../rvcontroller-libraries -march=rv32imacb_zicntr_zicond_zicsr_zifencei_zihintpause_zilsd_zclsd_zabha_zacas_zbkb_zbkx_zcb_zcmp_zcmt -ffreestanding -O3 -c -o squares.o squares.c squares.elf: ../rvcontroller-libraries/rvcontroller-init.o ../rvcontroller-libraries/rvcontroller-ecalls.o squares.o - riscv32-none-elf-ld -T rvcontroller.ld --no-warn-rwx-segments -o squares.elf ../rvcontroller-libraries/rvcontroller-init.o squares.o ../rvcontroller-libraries/rvcontroller-ecalls.o + clang -target riscv32-none-elf -T rvcontroller.ld -nostdlib -nostartfiles -Xlinker --no-warn-rwx-segments -o squares.elf ../rvcontroller-libraries/rvcontroller-init.o squares.o ../rvcontroller-libraries/rvcontroller-ecalls.o dump: squares.elf riscv32-none-elf-objdump -d squares.elf diff --git a/c/squares/squares.elf b/c/squares/squares.elf Binary files differindex e0050b8..d89c91f 100755 --- a/c/squares/squares.elf +++ b/c/squares/squares.elf diff --git a/c/squares/squares.o b/c/squares/squares.o Binary files differindex 64e0c71..872b677 100644 --- a/c/squares/squares.o +++ b/c/squares/squares.o |
