Hello,
I am stumbled on use of the --multifile option of
armcc.
I need it to build a large application image that would not fit the
chip otherwise (a few hundreds of bytes gained from optimizations
matter)
Instead of build from Keil, I made a batch script (based on
generated by the IDE) with a single-pass compilation of all
sources.
The problem is that for final linking I get no the result of the
compilation.
In the simplest form, with just two files the build script
↧