Max Filippov
Max Filippov
I know that there's been a user who ran the toolchain on armhf host, they've reported a real issue in the compiler, but after it was fixed they were happy,...
I don't have easy access to old ARM hardware, I tried your instructions in qemu linux-user, it worked for me. Looking through the emulated instructions trace I've noticed that the...
> xtensa-lx106-elf-ar returned 159 OTOH this seems to correspond to termination by SIGSYS. In any case running reproducer on hardware under `strace -i` should shed some light. Here's what I...
> At the moment i have one 32bit cpu device for the testing - it's Huawei Honor 9s device, can you find the specs? We can approach it from the...
> I'm afraid strace requires root access and my device is not rooted. Can you try running `ulimit -c unlimited` before running ar, collect the core dump and load it...
> At the moment i have only Honor 9s device, can you find the specs? What I find says that's based on ARM cortex-a53, which is 64-bit ARMv8. Is there...
> can't access it without rooting try `adb shell cat /proc/cpuinfo` instead.
I'm setting things up for debugging on android. Expecting to get to it this weekend.
I just tried `xtensa-lx106-elf-ar cru z.a BearSSLHelpers.cpp.o` in 32-bit arm android emulator with clean android-10.0.0_r47 build from AOSP. It works when I do it as a root. But I couldn't...
Ok, after disabling selinux with `setenforce 0` non-root user was able to run `xtensa-lx106-elf-ar cru z.a BearSSLHelpers.cpp.o` successfully. I've also noticed that I could run commands under strace as non-root...