News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

File dependency in a project

Started by fubo, July 21, 2010, 12:01:36 PM

Previous topic - Next topic

fubo

Hi all,

I have a workspace with two projects, A and B. A generates (through a post build command) a binary file, A.bin. I need B (mainly a .s file of B) to be dependent on A.bin. I tried using dependencies into "Properties->Build targets->Dependencies", adding A.bin to "External dependency files", but it does not work (B is not regenerated).

What does "Additional output files" stand for?

oBFusCATed

Have you tried to setup the project dependencies (Project -> Properties -> Dependencies)?
B should be dependent on A.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

fubo


oBFusCATed

Can you provide a simple test project?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

fubo

My project is based on ARM RVCT, so there is a custom toolchain configuration.

But I solved the issue in my project in a tricky way...

oBFusCATed

Can you try reproduce the problem with the x86 gcc?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]