Build Order Dependency

  • Thread starter Thread starter Mario Dambauer
  • Start date Start date
M

Mario Dambauer

Hi, I have a little probelm with the Build Order Dependency

I have 2 components. Both of this components contains a file with the same
file name, but different filesize & date. The file in Component1 is older,
so I wan't to take the file from Component2.

I set the Build Order Dependency in Component1, that Component2 is built
after Component1
I set the Build Order Dependency in Component2, that Component1 is build
before Component2

In the Build log, Component1 was built before Component2 - seems to be
right.

But when I look at the file, there is the file of component1 (the old one)
in the directory!!!
How is this possible?!??!

Thanks in advance.
mario
 
Hello Mario

The build process can't overwrite files
with the same filename.
That's why you see the first built file
from component 1 in your directory.


Greetings from Switzerland
--

Martin Grossen

AVNET EMG Silica
FM/FAM Microsoft Embedded Europe

Your competent partner for Microsoft Embedded licencing

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top