Lines Matching refs:ld
61 provided with picolibc, `picolibc.ld`, assumes that the target device
66 `picolibc.ld`.
71 at 0x20000000, so arm.ld looks like this:
79 INCLUDE picolibc.ld
82 like,so we'll just stick things at 0x40000000 (aarch64.ld):
90 INCLUDE picolibc.ld
96 (this is riscv.ld):
104 INCLUDE picolibc.ld
110 -mcpu=cortex-m3 -Tarm.ld
113 -Taarch64.ld
123 -march=rv32imac -mabi=ilp32 -Thello-world-riscv.ld -o
127 -mcpu=cortex-m3 -Thello-world-arm.ld -o hello-world-arm.elf