Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Add a dependency on a specific file
Add a dependency on a specific file [message #1851286] Fri, 01 April 2022 12:16
Emiliano Carnati is currently offline Emiliano CarnatiFriend
Messages: 1
Registered: April 2022
Junior Member
Hi,
I have an assembly file, "include_image.S", where I use the "incbin" directive to include an external binary file, "image.bin", to produce "include_image.o"
The problem I have is that if I modify the "image.bin" file, the assembly is not
being recompiled because there isn't a dependency for the assembly file.

By now, I've "solved" it by deleting the .o file as a pre-build step, but I'd like to know if there is a method to specify an explicit dependency for "include_image.S" to "image.bin"


Thanks!
Previous Topic:Conditional compile not working
Next Topic:Enable g++ c++2a in CDT 10.6.0
Goto Forum:
  


Current Time: Wed Nov 29 13:14:37 GMT 2023

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

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

Back to the top