forked from cores/microwatt
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() The sdram_init ELF fails to link: powerpc64le-linux-gnu-ld -static -nostdlib -T sdram_init.lds \ --gc-sections -o sdram_init.elf head.o main.o sdram.o console.o \ libc.o sdram_init.lds powerpc64le-linux-gnu-ld: error: linker script file 'sdram_init.lds' appears multiple times make: *** [Makefile:70: sdram_init.elf] Error 1 This is because sdram_init.lds is one of the prerequisites, and thus is contained in $^. However, it is also explicitly specified as part of LDFLAGS, as the argument to -T. Signed-off-by: Boris Shingarov <shingarov@labware.com> |
5 years ago | |
---|---|---|
.. | ||
sdram_init | 5 years ago | |
arty.yml | 5 years ago | |
dram-init-mem.vhdl | 5 years ago | |
generate.py | 5 years ago | |
nexys-video.yml | 5 years ago | |
no-init-mem.vhdl | 5 years ago | |
sim.yml | 5 years ago |