# openharmony_clang_example **Repository Path**: lixilun/openharmony_clang_example ## Basic Information - **Project Name**: openharmony_clang_example - **Description**: openharmony clang 示例 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-10-09 - **Last Updated**: 2022-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## ARM32 example make ## ARM64 example ARCH=arm64 make ## clean make clean ## 关于编译参数 选取2021.10.09日的主干模块的编译参数 参数可酌情删减,但不保证删减后的兼容性 ## musl的刷新 musl的二进制刷新方法为首先编译,然后按如下指导拷贝: 32bit:out/ohos-arm-release/obj/third_party/musl/usr拷贝到musl/usr 64bit:out/ohos-arm64-release/obj/third_party/musl/usr拷贝到musl/usr ## clang的刷新 clang为二进制,刷新只需要拷贝openharmony的prebuilts/clang/ohos/linux-x86_64/llvm到ohos_clang_linux_x86_64目录下即可