Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding common "include" to Settings
Adding common "include" to Settings [message #1817541] Mon, 25 November 2019 15:20
Helen Keller is currently offline Helen KellerFriend
Messages: 173
Registered: June 2019
Senior Member
Is there a way to option complier to "prepend" common include path?
Something similar to "PATH"?

Here is what I have now:

-I/media/z/MISC_COPY_LABEL/STM32CubeBW/STM32Cube_FW_WB_V1.2.0 -I/media/z/MISC_COPY_LABEL/STM32CubeBW/STM32Cube_FW_WB_V1.2.0/Drivers/BSP/P-NUCLEO-WB55.Nucleo/ -I/media/z/MISC_COPY_LABEL/STM32CubeBW/STM32Cube_FW_WB_V1.2.0/Drivers/STM32WBxx_HAL_Driver/Inc/ -O0 -g3 -Wall -c -fmessage-length=0



Could I have something like this
"common " include
-I/media/z/MISC_COPY_LABEL/STM32CubeBW/STM32Cube_FW_WB_V1.2.0

" specific " include
-I/Drivers/BSP/P-NUCLEO-WB55.Nucleo/
-l/Drivers/STM32WBxx_HAL_Driver/Inc/

rest of the compiler options
-O0 -g3 -Wall -c -fmessage-length=0
Previous Topic:Formatting braces nested statements in a macro call
Next Topic:Adding "new software" using "Local" file " Archive "
Goto Forum:
  


Current Time: Fri Apr 19 06:51:34 GMT 2024

Powered by FUDForum. Page generated in 0.01655 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top