From d9cabf4ff87f0136575ab3b5ec232593234028ef Mon Sep 17 00:00:00 2001 From: Martin Brodbeck Date: Wed, 21 Feb 2024 12:18:11 +0100 Subject: [PATCH] full path to gcc --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 3b01449..ad7fa91 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -7,7 +7,7 @@ "${env:PICO_SDK_PATH}/**" ], "defines": [], - "compilerPath": "arm-none-eabi-gcc", + "compilerPath": "/usr/bin/arm-none-eabi-gcc", "cStandard": "gnu17", "cppStandard": "gnu++20", "intelliSenseMode": "linux-gcc-arm",