diff --git a/GaiaXStretch/bindings/harmony/config b/GaiaXStretch/bindings/harmony/config index 118c7fea8..64ee00e6b 100644 --- a/GaiaXStretch/bindings/harmony/config +++ b/GaiaXStretch/bindings/harmony/config @@ -12,12 +12,12 @@ linker = "/Users/biezhihua/Software/RUST_NDK/x86/bin/i686-linux-android-clang" [target.aarch64-unknown-linux-ohos] linker = "/Users/biezhihua/WorkSpace/YKGAIAX/GaiaX/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang.sh" -ar = "/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/llvm-ar" +ar = "/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/llvm-ar" [target.armv7-unknown-linux-ohos] linker = "/Users/biezhihua/WorkSpace/YKGAIAX/GaiaX/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang.sh" -ar = "/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/llvm-ar" +ar = "/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/llvm-ar" [target.x86_64-unknown-linux-ohos] linker = "/Users/biezhihua/WorkSpace/YKGAIAX/GaiaX/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang.sh" -ar = "/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/llvm-ar" +ar = "/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/llvm-ar" diff --git a/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang++.sh b/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang++.sh index a01b84685..029cb778c 100755 --- a/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang++.sh +++ b/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang++.sh @@ -1,6 +1,6 @@ #!/bin/sh -exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang++ \ +exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang++ \ -target aarch64-linux-ohos \ - --sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \ + --sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \ -D__MUSL__ \ "$@" diff --git a/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang.sh b/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang.sh index 24df83c3a..0d18407b8 100755 --- a/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang.sh +++ b/GaiaXStretch/bindings/harmony/cross-compile-config/aarch64-unknown-linux-ohos-clang.sh @@ -1,6 +1,6 @@ #!/bin/sh -exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang \ +exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang \ -target aarch64-linux-ohos \ - --sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \ + --sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \ -D__MUSL__ \ "$@" diff --git a/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang++.sh b/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang++.sh index 805e02d13..906065d8d 100755 --- a/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang++.sh +++ b/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang++.sh @@ -1,7 +1,7 @@ #!/bin/sh -exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang++ \ +exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang++ \ -target arm-linux-ohos \ - --sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \ + --sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \ -D__MUSL__ \ -march=armv7-a \ -mfloat-abi=softfp \ diff --git a/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang.sh b/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang.sh index 03d59489d..cdca29915 100755 --- a/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang.sh +++ b/GaiaXStretch/bindings/harmony/cross-compile-config/armv7-unknown-linux-ohos-clang.sh @@ -1,7 +1,7 @@ #!/bin/sh -exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang \ +exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang \ -target arm-linux-ohos \ - --sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \ + --sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \ -D__MUSL__ \ -march=armv7-a \ -mfloat-abi=softfp \ diff --git a/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang++.sh b/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang++.sh index dbe7c394c..7d86d11fb 100755 --- a/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang++.sh +++ b/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang++.sh @@ -1,6 +1,6 @@ #!/bin/sh -exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang++ \ +exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang++ \ -target x86_64-linux-ohos \ - --sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \ + --sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \ -D__MUSL__ \ "$@" diff --git a/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang.sh b/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang.sh index 9c3185f97..60ad0ee1c 100755 --- a/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang.sh +++ b/GaiaXStretch/bindings/harmony/cross-compile-config/x86_64-unknown-linux-ohos-clang.sh @@ -1,6 +1,6 @@ #!/bin/sh -exec /Users/biezhihua/Software/OpenHarmony/Sdk/10/native/llvm/bin/clang \ +exec /Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/llvm/bin/clang \ -target x86_64-linux-ohos \ - --sysroot=/Users/biezhihua/Software/OpenHarmony/Sdk/10/native/sysroot \ + --sysroot=/Applications/DevEco-Studio.app/Contents/sdk/HarmonyOS-NEXT-DB1/openharmony/native/sysroot \ -D__MUSL__ \ "$@"