Skip to content

Commit

Permalink
show compiler versions
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Oct 14, 2024
1 parent c4228a1 commit d503533
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CLAMS-devel/2_pico_sdk/build_rp2040_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export WIFI_SSID="Bogus"
export WIFI_PASSWORD="Also bogus"
echo "Prepending RISC-V and Arm compiler locations to PATH"
export PATH=$RISCV_COMPILER_PATH/bin:$ARM_COMPILER_PATH/bin:$PATH
$ARM_COMPILER_PATH/bin/arm-none-eabi-gcc --version
$RISCV_COMPILER_PATH/bin/riscv32-corev-elf-gcc --version
echo ""
echo "PATH: $PATH"

Expand Down
2 changes: 2 additions & 0 deletions CLAMS-devel/2_pico_sdk/build_rp2350_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export WIFI_SSID="Bogus"
export WIFI_PASSWORD="Also bogus"
echo "Prepending RISC-V and Arm compiler locations to PATH"
export PATH=$RISCV_COMPILER_PATH/bin:$ARM_COMPILER_PATH/bin:$PATH
$ARM_COMPILER_PATH/bin/arm-none-eabi-gcc --version
$RISCV_COMPILER_PATH/bin/riscv32-corev-elf-gcc --version
echo ""
echo "PATH: $PATH"

Expand Down

0 comments on commit d503533

Please sign in to comment.