Content originally posted in LPCWare by qqqyounng on Tue Oct 13 14:01:54 MST 2015
hi,chrissweet
main.s ---> This is an Assembler source code.
Compile command.
[cc1114]
arm-elf-as -a=main.lst -o main.o main.s
arm-elf-ld -T LPC1114.ld main.o -o main.bin
arm-elf-objcopy -Oihex main.bin main.hex
Best regards,
Dan.