I am using Arm compiler 6.17 in Linux docker image
$(OBJDUMP) $@ --disassemble --interleave=source --text -c --output=$(OUTPUT_DIR)/$*.lst
and it fails,
Internal fault: [0xf7a687:5060300]
What might be causing this failure?
Thanks