Hi ,
how to see build steps i:e (preprosseing,compilation,linking) verbose enabled.
Thanks and regards
Sai
Hello
Are you looking for a way to see the actual command line arguments used to build your project?
This is not possible with CodeWarrior classic IDE. The IDE is using an internal builder. It is not generating a make file that is built externally.
If you upgrade to CodeWarrior eclipse IDE (V10..x), you should be able to see the command line used to build your Coldfire application.
CrasyCat