# 方舟编译器源码编译环境 **Repository Path**: Program-in-Chinese/ark-compiler-source-code-build-environment ## Basic Information - **Project Name**: 方舟编译器源码编译环境 - **Description**: 在各种平台下对方舟编译器源码编译的结果 - **Primary Language**: Unknown - **License**: MulanPSL-1.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2019-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 方舟编译器源码编译环境 汇集了各种平台下对方舟编译器源码编译的结果。除了Ubuntu 18.04之外,是网上看到的报告。欢迎补充。 | 平台 | 成功 | 过程中问题与解决 | 报告来源 | | ------------- | ------------- | ------------- | ------------- | Ubuntu 18.04 LTS | 是 | apt-get安装时跳过python-jenkins | 本人 | Ubuntu 16.04 | 是 | ninja: error: manifest 'build.ninja' still dirty after 100 tries | [码云issue](https://gitee.com/harmonyos/OpenArkCompiler/issues/I11GKS#note_1968106) | Arch Linux | 是 | 文档中`GN_AR`实际上是`GN_AR_COMPILER`。 | [v2ex](https://www.v2ex.com/t/596783#r_7837863) WSL | 是 | 将build/envsetup.sh中的\r\n改为\n | [码云](https://gitee.com/harmonyos/OpenArkCompiler/issues/I11GR4) | SUSE | 是 | | [深度论坛](https://bbs.deepin.org/forum.php?mod=redirect&goto=findpost&ptid=182364&pid=617735&fromuid=146109) | DeepIn(深度)| 待确定 | CentOS | 否 | build.ninja出错 | [码云](https://gitee.com/harmonyos/OpenArkCompiler/issues/I11GQU) MacOS 10.13.6 | 否 | “../src/maple_driver/include/safe_exe.h:39:9: error: unused variable 'ret' [-Werror,-Wunused-variable]” -- 由于只支持Linux平台:`#if __linux__ or __linux` | 本人 | 如有编译问题请提issue。如有新平台结果报告或对现有平台的补充欢迎提PR!