Unifying the Lunaix's Physical Memory Model (#28)
[lunaix-os.git] / lunaix-os / .vscode / c_cpp_properties.json
index 7536e26c8a1c67c519e2cd21390d26019f94c383..d3390d0f1417aade0dc079548d6e5f76674f73b9 100644 (file)
             ],
             "compilerArgs": [
                 "-ffreestanding",
-                "-D__ARCH_IA32",
+                "-D__ARCH__=i386",
                 "-D__LUNAIXOS_DEBUG__",
-                "-include flags.h"
+                "-include flags.h",
+                "-include config.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"
         }