I am using Code Warrior Development Studio for ColdFire Architectures Version 6.3, Build 14
I wrote a batch file that takes one argument (name of compiled source *.o) and creates a *.lib library.
This batch should be executed several times for different *.o sources, with every execution adding source to the *.lib.
Every time I execute it, it overwrites content of the *.lib with new source content. What is the command that appends *.o to the library?
My command line example: mwldmcf -o *.lib -v -g -w on -proc MCF5307 -library %1.o >> lib.err