# open64_prebuilt **Repository Path**: open64ark/open64_prebuilt ## Basic Information - **Project Name**: open64_prebuilt - **Description**: prebuilt open64ark tools based on source code at https://gitee.com/open64ark/open64 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2020-10-01 - **Last Updated**: 2023-04-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` # # Copyright (C) [2020] Futurewei Technologies, Inc. All rights reverved. # # Licensed under the Mulan Permissive Software License v2. # You can use this software according to the terms and conditions of the MulanPSL - 2.0. # You may obtain a copy of MulanPSL - 2.0 at: # # https://opensource.org/licenses/MulanPSL-2.0 # # THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR # FIT FOR A PARTICULAR PURPOSE. # See the MulanPSL - 2.0 for more details. # ``` # open64_prebuilt #### 介绍 prebuilt open64ark tools based on source code at [https://gitee.com/open64ark/open64](https://gitee.com/open64ark/open64) for respective CPU target/branch #### 安装教程 tar xzf open64ark-aarch64.tar.gz ``` aarch64/ bin include lib open64-gcc-4.2.0 ``` tar xzf open64ark-riscv64.tar.gz ``` riscv64/ bin include lib open64-gcc-4.2.0 ``` #### 使用说明 The bin directory contains clangfe and whirl2mpl. More details can be found at [https://gitee.com/open64ark/open64/README.md](https://gitee.com/open64ark/open64/README.md).