Analog Devices VisualDSP++ 3.5 Manual page 304

Linker and utilities manual for 16-bit processors
Hide thumbs Also See for VisualDSP++ 3.5:
Table of Contents

Advertisement

Linking for a Single-Processor ADSP-219x System
LIBS libc.dlb, libdsp.dlb
$LIBRARIES = LIBS, librt.dlb;
// single.doj is a user-generated file.
// The linker will be invoked as follows:
//
linker -T single-processor.ldf single.doj.
// $COMMAND_LINE_OBJECTS is a predefined linker macro.
// The linker expands this macro into the name(s) of the
// the object(s) (.doj files) and libraries (.dlb files)
// that appear on the command line. In this example,
// $COMMAND_LINE_OBJECTS = single.doj
$OBJECTS = $COMMAND_LINE_OBJECTS;
//
A linker project to generate a DXE file
PROCESSOR P0
{
OUTPUT ( SINGLE.DXE )
MEMORY
{ INCLUDE("219x_memory.ldf") }
SECTIONS
{
INCLUDE( "219x_sections.ldf" )
}
}
D-4
// The name of the output file
// Processor-specific memory command
// Specify the output sections
// end P0 sections
// end P0 processor
VisualDSP++ 3.5 Linker and Utilities Manual
for 16-Bit Processors

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the VisualDSP++ 3.5 and is the answer not in the manual?

Related Products for Analog Devices VisualDSP++ 3.5

Table of Contents