Daniel Flück <daniel.flu...@teltronic.ch> writes: > What I observed was that the order how the archives are grouped does > matter. With a certain order, I'm able to build the project > (e.g. moduleA.a moduleB.a moduleC.a). But when using a different > order (e.g moduleC.a moduleB.a moduleA.a) I get a couple of link > errors:
Did you run msp430-ranlib on the archives, or use the 's' modifier for msp430-ar? Regards, --Daniel