From a3634c3029edfe6ae48f2ccd66999f8a059c094f Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 6 Mar 2023 03:20:39 +0200 Subject: [PATCH] Fix x64 cpptools --- .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 ff19ce1d..c630de76 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -15,7 +15,7 @@ "a64", "DEBUG=\"1\"" ], - "compilerPath": "${workspaceFolder}/../tools/cross/bin/x86_64-elf-gcc", + "compilerPath": "${workspaceFolder}/../tools/cross/bin/amd64-elf-gcc", "cStandard": "c17", "cppStandard": "c++20", "intelliSenseMode": "gcc-x64",