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
Hello, are you sure the correct version of fromelf is being called? From the error number, it seems to be an old version (5.06).You can verify with 'fromelf --vsn'
It says
Product: Arm Development Studio Bronze Edition 2021.2Component: Arm Compiler for Embedded 6.17Tool: fromelf [5e25aa00]
Is it the right version for fromelf?
Thanks for confirming.
Is it possible for you to try out the latest (6.18) version of fromelf, which you can get from DS 2022.1?https://developer.arm.com/downloads/view/DS000B
If it still fails, please raise an official support case from the menu above. I suspect we need more information to diagnose this, including the image that you are using as input to fromelf.