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.

贡献者指南

xenia-cpu-ppc-tests Linux Support · xenia-project/xenia#670 | Good First Issue