File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66# sudo mv nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0 /usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0
77#
88set (CMAKE_SYSTEM_NAME Linux)
9- set (CMAKE_SYSTEM_PROCESSOR armv6 )
9+ set (CMAKE_SYSTEM_PROCESSOR riscv64 )
1010
11- set (CMAKE_C_COMPILER "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnueabihf -gcc" )
12- set (CMAKE_CXX_COMPILER "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnueabihf -g++" )
11+ set (CMAKE_C_COMPILER "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnu -gcc" )
12+ set (CMAKE_CXX_COMPILER "/usr/local/bin/nerves_toolchain_riscv64_nerves_linux_gnu-linux_x86_64-13.2.0/bin/riscv64-nerves-linux-gnu -g++" )
1313
14- set (CMAKE_FIND_ROOT_PATH /usr/arm -linux-gnueabihf )
14+ set (CMAKE_FIND_ROOT_PATH /usr/riscv64 -linux-gnu )
1515
1616set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
1717set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
You can’t perform that action at this time.
0 commit comments