Skip to main content
efstathioua
Associate
February 26, 2005
Question

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

  • February 26, 2005
  • 2 replies
  • 712 views
Posted on February 26, 2005 at 08:00

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

This topic has been closed for replies.

2 replies

efstathioua
Associate
February 25, 2005
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 III
February 26, 2005
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