https://bugs.kde.org/show_bug.cgi?id=486180

            Bug ID: 486180
           Summary: [Valgrind][MIPS] 'VexGuestArchState' has no member
                    named 'guest_IP_AT_SYSCALL'
    Classification: Developer tools
           Product: valgrind
           Version: 3.23 GIT
          Platform: Compiled Sources
                OS: Linux
            Status: REPORTED
          Severity: critical
          Priority: NOR
         Component: general
          Assignee: jsew...@acm.org
          Reporter: nikita.leont...@gmail.com
  Target Milestone: ---

***
If you're not sure this is actually a bug, instead post about it at
https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***

SUMMARY
Valgrind building fails when target arch is MIPS since change:
https://sourceware.org/git/?p=valgrind.git;a=commit;h=01d106084a8e2e3164a53b2f29cb0239a45bb81e

STEPS TO REPRODUCE
Build Valgrind for MIPS:

./configure --host=mipsel-linux --target=mipsel-linux
make

OBSERVED RESULT
Building failed:

m_scheduler/scheduler.c: In function 'handle_extension':
m_scheduler/scheduler.c:1238:32: error: 'VexGuestArchState' {aka 'struct
<anonymous>'} has no member named 'guest_IP_AT_SYSCALL'
       Addr addr = tst->arch.vex.guest_IP_AT_SYSCALL;

EXPECTED RESULT
Valgrind successfully built.

SOFTWARE/OS VERSIONS
Ubuntu 20.04
gcc: mipsel-linux-gcc 4.5.3, mipsel-linux-gcc 8.3.0

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to