xenia-project/xenia

xenia-cpu-ppc-tests Linux Support

Open

#670 建立於 2017年2月18日

在 GitHub 查看
 (2 留言) (4 反應) (0 負責人)C++ (7,418 star) (1,077 fork)batch import
cross-platformgood first issueplatform-linuxtests

描述

Problem

Goal: Get the PowerPC tests to succeed on Linux hosts.

As of now, a bunch of posix functionality is stubbed out in xenia-base. You can fill in functionality as it's needed for the tests.

Code for posix functionality can be found in src/xenia/base/*_posix.cc Code for the tester lives in ppc_testing_main.cc

Some useful commands can be found in .travis.yml for building/setup on Linux hosts.

Task List

  • - Mapped memory support on Linux (mapped_memory_posix.cc)
    • At the moment, the tester cannot allocate memory to store generated code.

貢獻者指南