Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Having Multiple Startup Files
Having Multiple Startup Files [message #1836761] Wed, 13 January 2021 12:25 Go to next message
Andreas Tr is currently offline Andreas TrFriend
Messages: 2
Registered: January 2021
Junior Member
Hello,

i am triing to set up a eclipse project for two different microcontrollers (STM32G431RB and STM32G474RE). The code base should be shared and working with #ifdefs and different build configurations works great. My only problem are the startup files (.S). I usually put them inside /system/src/cmsis, as this is where eclipse wants them to have (in my understanding). When I put two inside, compilation does not work anymore.

I tried adding them outside of the system directory and include the path in the specific build configurations, but they are not compiled from there apparently.

Is there a simple way to achieve this?
Re: Having Multiple Startup Files [message #1837099 is a reply to message #1836761] Fri, 22 January 2021 07:41 Go to previous message
Andreas Tr is currently offline Andreas TrFriend
Messages: 2
Registered: January 2021
Junior Member
Bump
Previous Topic:Eclipse CDT C++ Aggregate (brace) Initialization fails with newer eclipse Versions
Next Topic:Error Parser with external Compiler in CDT
Goto Forum:
  


Current Time: Sat Apr 27 04:55:37 GMT 2024

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

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

Back to the top