X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/b26d3165c52589d1f8de37bf0df27ad96f460f47..8b8f49b713d64065775fe538232f8639083601bd:/lunaix-os/.vscode/c_cpp_properties.json diff --git a/lunaix-os/.vscode/c_cpp_properties.json b/lunaix-os/.vscode/c_cpp_properties.json index 7536e26..3718f2b 100644 --- a/lunaix-os/.vscode/c_cpp_properties.json +++ b/lunaix-os/.vscode/c_cpp_properties.json @@ -10,12 +10,12 @@ ], "compilerArgs": [ "-ffreestanding", - "-D__ARCH_IA32", + "-D__ARCH__=i386", "-D__LUNAIXOS_DEBUG__", "-include flags.h" ], "defines": [], - "compilerPath": "${HOME}/opt/cross-compiler/bin/i686-elf-gcc", + "compilerPath": "${HOME}/opt/i686-gcc-12/bin/i686-elf-gcc", "cStandard": "gnu99", "intelliSenseMode": "gcc-x86" }