xenia-project/xenia

xenia-cpu-ppc-tests Linux Support

开放

#670 创建于 2017年2月18日

 (2 条评论) (4 个反应) (0 位负责人)C++ (1,077 个派生)batch import
cross-platformgood first issueplatform-linuxtests

仓库指标

星标
 (7,418 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南