----- Original Message -----
>> Hello,
>>
>> Is there arm64 big endian support in crash utility? And when it appears?
>>
>> Best regards,
>> Denys
>>
>
> What happens when you rebuild the crash package from scratch on a
> big-endian arm64 host?
>
> Dave
I wonder to know, can i use crash utility to analyze dump from network
device (ARM64 big endian) on x86_x64 host system. I built crash utility
on x86_x64 host: make target=ARM64. When i tried to open dump from
arm64_be got this:
WARNING: endian mismatch:
crash utility: little-endian
Best regards,
Denys
No you cannot do that. The endians must match in order to take advantage
of the "make target=" build options.
Dave