cancel
Showing results for 
Search instead for 
Did you mean: 

Locating absolute segment (program/constants) using the STVD7 3.0

efstathioua
Associate II
Posted on February 26, 2005 at 08:00

Locating absolute segment (program/constants) using the STVD7 3.0

2 REPLIES 2
efstathioua
Associate II
Posted on February 25, 2005 at 20:28

Using the STVD7 3.xx we tried to locate an absolute segment at sector 1 of 72F521N9 with no success.

Using STVD7 2.54 this was done with the following command:

# locate .e4dTP1 at -b0xe000

+seg .e4dTP1 -b0xe000 -n .e4dTP -m4096

d:\sw\e4Gen\object\T4cons.o

How can I do that using STVD7 3.xx? Any syggestions anyone?

sjo
Associate II
Posted on February 26, 2005 at 08:00

similar method, you need to overide the generated linker script via project settings/linker input and uncheck the auto checkbox.

modify script as you did in the older version.

Regards

sjo