Datasheet

Migrating Projects from SDT to ADS
ARM DUI 0064D Copyright © 1999-2001 ARM Limited. All rights reserved. 4-3
7. Check any other assembler, compiler, and linker options displayed on the
command line. Some of the defaults have changed. See the appropriate sections
in Moving your development project from SDT to ADS on page 4-4 for more
information on how default compiler, linker, and assembler options have changed
between SDT and ADS.
8. Create a new CodeWarrior project. See Using the CodeWarrior IDE on page 3-2
for an introduction to the CodeWarrior IDE. See the CodeWarrior IDE Guide for
detailed information.
9. Copy the corrected lines from the text file into the Equivalent Command Line box
of the Target Settings dialog for each tool. See CodeWarrior IDE Guide for more
information.
Alternatively, use the text file as the basis of a makefile. You must edit the text files so
that it complies with your makefile format.
4.1.2 Converting makefiles (Windows & Unix)
Some of the assembler, compiler, and linker options have changed. You might need to
modify your makefile to account for these changes. See the appropriate sections in
Moving your development project from SDT to ADS on page 4-4 for more information
on how default compiler, linker, and assembler options have changed between SDT and
ADS.