Digital Signal Processing Reference
In-Depth Information
FIGURE 7.3
Build options for compiling.
In the top part of the current window, you should see:
-g -q -fr”c:\ti\myprojects\Sine_gen\Debug”
-d”_DEBUG” -mv6710
Change it to:
-g -k -s -fr” c:\ti\myprojects\Sine_gen\Debug “ -d”
DEBUG” -mv6710
Now click on the Linker tab on the top of the current window and
make sure the following command appears in the top-most window
(see Figure 7.4 ) :
-q -c -o.”\Debug\Sine_gen.out” -x
The options -g, -k, -s in the compiler options and -g, -c, -o in the
linker options do serve a purpose, 4 but we will not be concerned
with them just yet. Your project has now been created. This process
is cumbersome, but it needs to be done only once. In future projects,
 
Search WWH ::




Custom Search