O = memtest-sparc.o .MAIN: memtest-sparc.bin memtest-sparc.bin: memtest-sparc objcopy memtest-sparc -O binary 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>