You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
442 B

  1. arm-none-eabi-gcc -c debug_handler.S -o debug_handler.o
  2. arm-none-eabi-ld -EL -n -Tdebug_handler.cmd debug_handler.o -o debug_handler.out
  3. arm-none-eabi-objcopy -O binary debug_handler.out debug_handler.bin
  4. #arm-none-eabi-gcc -mbig-endian -c debug_handler.S -o debug_handler_be.o
  5. #arm-none-eabi-ld -EB -n -Tdebug_handler.cmd debug_handler_be.o -o debug_handler_be.out
  6. #arm-none-eabi-objcopy -O binary debug_handler_be.out debug_handler_be.bin