Created
July 31, 2020 16:57
-
-
Save JayKickliter/682325d3000e19f5937e5999b25c9015 to your computer and use it in GitHub Desktop.
ccls file for arm cortex-m4 project
This file contains hidden or 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=armv7m-none-eabi | |
--sysroot=/Users/jay/.local/gcc-arm-none-eabi-9-2019-q4-major/bin/../arm-none-eabi | |
-isystem/Users/jay/.local/gcc-arm-none-eabi-9-2019-q4-major/bin/../arm-none-eabi/include/c++/9.2.1 | |
-isystem/Users/jay/.local/gcc-arm-none-eabi-9-2019-q4-major/arm-none-eabi/include/c++/9.2.1/arm-none-eabi/thumb/v7-m/nofp | |
-mfpu=none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This gist is an example only of how I got
ccls
to work with an Arm Cortex-M3 microcontroller target build with gcc.