Get gcc includePath using echo | gcc -E -Wp,-v c and update includePath at .vscode/c_cpp_properties.json

Update defines in to

"defines": [
                "__GNUC__",
                "__KERNEL__"
            ],