4 lines
231 B
Plaintext
4 lines
231 B
Plaintext
./riscv64-unknown-elf-gcc -nostdlib -nostartfiles -Wl,-Ttext=0x80000000 Page.S -o Page.o
|
|
./riscv64-unknown-elf-objcopy --remove-section .bss Page.o Page
|
|
# Copy file
|
|
scp home:/home/akilan/Documents/cheri/riscv/riscv/bin/Page . |