Still messing with arm-elf-as
(16:37:40):xwings@americano:<~/coding/macosx/ipod/ipt2gnotes>
Some shitty notes,
$ arm-elf-as -o test.o test.s
$ arm-elf-ld -o test test.o
$ arm-elf-objcopy -O binary test test.bin
(16:37:40):xwings@americano:<~/coding/macosx/ipod/ipt2gnotes>
Some shitty notes,
$ arm-elf-as -o test.o test.s
$ arm-elf-ld -o test test.o
$ arm-elf-objcopy -O binary test test.bin