hello_world/Makefile: Add base address define. Add compiler define as gcc-8.
authorAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 2 May 2023 16:53:21 +0000 (16:53 +0000)
committerAndrey Miroshnikov <andrey@technepisteme.xyz>
Tue, 2 May 2023 16:53:21 +0000 (16:53 +0000)
commitf106b4a3ab6859c2ab54e8377609e643a4eef1e6
treecfaa9fce56dce98ba5c577e836d588d264e76c60
parentac4dd92b9d287d1267e7908da77eb41760b1853c
hello_world/Makefile: Add base address define. Add compiler define as gcc-8.
hello_world/powerpc.lds.S: Assembler for setting address offset in linker script
hello_world.elf|bin|hex: Removed as these compiled by the user.
Makefile: Set RESET_ADDRESS to 0. Add verilator thread count define (default 1)
Makefile
hello_world/Makefile
hello_world/hello_world.bin [deleted file]
hello_world/hello_world.elf [deleted file]
hello_world/hello_world.hex [deleted file]
hello_world/powerpc.lds [deleted file]
hello_world/powerpc.lds.S [new file with mode: 0644]