O = memtest-sparc.o .MAIN: tester.bin tester.bin: booter.bin memtest-sparc.bin (catblock 7680 7680 < booter.bin; catblock 512 512 < memtest-sparc.bin) > tester.bin booter.bin: booter objcopy booter -O binary booter.bin booter: booter.o ld -o booter -N -Ttext 0x340000 -e start booter.o booter.o: booter.s cc -c -traditional-cpp booter.s memtest-sparc.bin: memtest-sparc objcopy memtest-sparc -O binary memtest-sparc.bin+ crc edb88320 0 < memtest-sparc.bin+ | sed -e 's/../& /g' | cvtbase x d | code-to-char >> memtest-sparc.bin+ mv memtest-sparc.bin+ memtest-sparc.bin memtest-sparc: $(O) ld -o memtest-sparc -N -Ttext 0x340000 -e start $(O) memtest-sparc.o: memtest-sparc.S cc -c -traditional-cpp memtest-sparc.S # [Sparkle] 737> ld -o memtest.tmp -N -Ttext 0x380000 -e textbase memtest-sparc.o # ld: warning: cannot find entry symbol textbase; defaulting to 00380000 # [Sparkle] 738> ld -o memtest.tmp -N -Ttext 0x380000 -e start memtest-sparc.o # [Sparkle] 739>