DSPRelated.com
Forums

DSP/BIOS II

Started by Thomas Schwere October 3, 2000
Hi all,

If I create a DSP/BIOS configuration file, the code composer also
generates a linker command file. I have some user specific memory
section which I add manually into the linker command file. If I change
the DSP/BIOS configuration file, the linker command file will also be
changed and my user specific memory section are overwritten.
Where can I define this user specific memory section in the way that
they will not be overwritten each time I change my DSP/BIOS
configuration file?

Thanks in advance.

Thomas

--
//\\\\
| ~ ~ |
( O O )
___________________________________oOOo______( )_____oOOo_______

Thomas Schwere Phone: +41 1 445 16 61
Supercomputing Systems AG Fax: +41 1 445 16 10
Technoparkstrasse 1 Url: www.scs.ch
CH-8005 Zurich Email:
Switzerland
Oooo
_________________________________________oooO______( )_________
( ) ) /
\ ( (_/
\_)




Hi Thomas,

you must create you own linker file and then include the CCS generated one on
the first line in you costum one like the following:

-l applcfg.cmd /*specify multiple linker cmd files*/ Best regards

Lars Skade This email is intended for the above named only. It may contain private and
confidential information or material that is privileged. If it has come to you
in error you must take no action based upon it, nor must you copy or show it to
anyone. Please return the message immediately to .
-----Original Message-----
From: Thomas Schwere [SMTP:]
Sent: Tuesday, October 03, 2000 8:15 AM
To: ;
Subject: [c6x] DSP/BIOS II

Hi all,

If I create a DSP/BIOS configuration file, the code composer also
generates a linker command file. I have some user specific memory
section which I add manually into the linker command file. If I change
the DSP/BIOS configuration file, the linker command file will also be
changed and my user specific memory section are overwritten.
Where can I define this user specific memory section in the way that
they will not be overwritten each time I change my DSP/BIOS
configuration file?

Thanks in advance.

Thomas

--
//\\\\
| ~ ~ |
( O O )
___________________________________oOOo______( )_____oOOo_______

Thomas Schwere Phone: +41 1 445 16 61
Supercomputing Systems AG Fax: +41 1 445 16 10
Technoparkstrasse 1 Url: www.scs.ch
CH-8005 Zurich Email:
Switzerland
Oooo
_________________________________________oooO______( )_________
( ) ) /
\ ( (_/
\_)

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.egroups.com/group/c6x

Other Groups: http://www.dsprelated.com



Thomas,

you should create a secondaty linker command file (let say test.cmd)
The first thing to do in this command file is including the command file
generate
by DSP/BIOS.

using

-l file.cmd

followed by your user specified memory sections.

You must then remove the DSP/BIOS generated command file from the Code Composer
project and
use test.cmd instead.

This is the way of doing it according to some TI example and it works for me.

cheers,

Paul
------
Paul Kamphuis
DSP engineer

www.jive.nl
Joint Institute for VLBI in Europe Phone : +31-521-596535
Radiosterrenwacht Dwingeloo or : +31-521-596500
Postbus 2 Fax :
+31-521-597332
7990 AA DWINGELOO, the Netherlands

PLEASE NOTE: In the near future "" may be the
only proper address, old addresses in your aliases could fail. >>> 10/03/00 07:15AM >>>
Hi all,

If I create a DSP/BIOS configuration file, the code composer also
generates a linker command file. I have some user specific memory
section which I add manually into the linker command file. If I change
the DSP/BIOS configuration file, the linker command file will also be
changed and my user specific memory section are overwritten.
Where can I define this user specific memory section in the way that
they will not be overwritten each time I change my DSP/BIOS
configuration file?

Thanks in advance.

Thomas

--
//\\\\
| ~ ~ |
( O O )
___________________________________oOOo______( )_____oOOo_______

Thomas Schwere Phone: +41 1 445 16 61
Supercomputing Systems AG Fax: +41 1 445 16 10
Technoparkstrasse 1 Url: www.scs.ch
CH-8005 Zurich Email:
Switzerland
Oooo
_________________________________________oooO______( )_________
( ) ) /
\ ( (_/
\_)

To Join: Send an email to

To Post: Send an email to

To Leave: Send an email to

Archives: http://www.egroups.com/group/c6x

Other Groups: http://www.dsprelated.com