From 90a536d8490fc4c568b3137c769263fe02d286b5 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Mon, 15 Apr 2024 14:07:48 +0200 Subject: [PATCH] updates CMakeLists.txt with new FW repo --- .launch/TGC-VP interp hello.launch | 2 +- .launch/TGC-VP-FW-Debug.launch | 3 ++- CMakeLists.txt | 2 +- Modulefile | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.launch/TGC-VP interp hello.launch b/.launch/TGC-VP interp hello.launch index d7bcc0c..7f8cfbe 100644 --- a/.launch/TGC-VP interp hello.launch +++ b/.launch/TGC-VP interp hello.launch @@ -22,7 +22,7 @@ - + diff --git a/.launch/TGC-VP-FW-Debug.launch b/.launch/TGC-VP-FW-Debug.launch index b1170d3..16cc022 100644 --- a/.launch/TGC-VP-FW-Debug.launch +++ b/.launch/TGC-VP-FW-Debug.launch @@ -28,8 +28,9 @@ - + + diff --git a/CMakeLists.txt b/CMakeLists.txt index 80bfd10..877621e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ if(FW_BUILD) set(FETCHCONTENT_BASE_DIR ${CMAKE_CURRENT_BINARY_DIR}/..) FetchContent_Declare( riscvfw - GIT_REPOSITORY https://git.minres.com/VP/Firmwares.git + GIT_REPOSITORY https://git.minres.com/Firmware/Firmwares.git GIT_TAG main GIT_SHALLOW OFF UPDATE_DISCONNECTED ON diff --git a/Modulefile b/Modulefile index b4395ea..ae8b068 100644 --- a/Modulefile +++ b/Modulefile @@ -12,6 +12,6 @@ if { $distro == "CentOS" && ![info exists ::env(PROJECT)] && ![info exists ::env puts stderr "Don't forget to execute 'scl enable devtoolset-7 llvm-toolset-7 bash'" } -module load tools/gcc-riscv32-unknown-elf/11 +module load tools/gcc-riscv64-unknown-elf/13 module load tools/cmake module load tools/utilities \ No newline at end of file