Skip to content

Commit

Permalink
[ci-armv6] fix toolchain path
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Jan 24, 2024
1 parent 3ca3621 commit 50dd1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-precompile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- pair:
otp: "26.x"
arch_name: armv6
cmake_toolchain_file: cc_toolchain/armv6-nerves-linux-guneabihf.cmake
cmake_toolchain_file: cc_toolchain/armv6-nerves-linux-gnueabihf.cmake
c_compiler: armv6-nerves-linux-gnueabihf-gcc
cpp_compiler: armv6-nerves-linux-gnueabihf-g++
libedgetpu_library: "armv6"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR armv6)

set(CMAKE_C_COMPILER "/usr/local/bin/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-13.2.0/armv6-nerves-linux-gnueabihf/bin/armv6-nerves-linux-gnueabihf-gcc")
set(CMAKE_CXX_COMPILER "/usr/local/bin/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-13.2.0/armv6-nerves-linux-gnueabihf/bin/armv6-nerves-linux-gnueabihf-g++")
set(CMAKE_C_COMPILER "/usr/local/bin/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-13.2.0/bin/armv6-nerves-linux-gnueabihf-gcc")
set(CMAKE_CXX_COMPILER "/usr/local/bin/nerves_toolchain_armv6_nerves_linux_gnueabihf-linux_x86_64-13.2.0/bin/armv6-nerves-linux-gnueabihf-g++")

set(CMAKE_FIND_ROOT_PATH /usr/arm-linux-gnueabihf)

Expand Down

0 comments on commit 50dd1ac

Please sign in to comment.