Created
April 30, 2022 19:14
-
-
Save FederAndInk/951800884d81d92977c1186eb48dbe44 to your computer and use it in GitHub Desktop.
.ccls file for arm toolchain
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%compile_commands.json | |
--target=arm-none-eabi | |
%h -x | |
%h c++-header | |
%cpp -std=c++14 | |
%hpp | |
-isystem/usr/arm-none-eabi/include/c++/11.3.0 | |
-isystem/usr/arm-none-eabi/include/c++/11.3.0/arm-none-eabi | |
-isystem/usr/arm-none-eabi/include/c++/11.3.0/backward | |
-isystem/usr/lib/gcc/arm-none-eabi/11.3.0/include | |
-isystem/usr/lib/gcc/arm-none-eabi/11.3.0/include-fixed | |
-isystem/usr/arm-none-eabi/include |
to interpret all .h
as cpp headers
%h -x
%h c++-header
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
default system includes generated with:
$(/usr/bin/arm-none-eabi-c++ -print-prog-name=cc1plus) -v