Some global data in .data Section can't be found in C source

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Some global data in .data Section can't be found in C source

682 Views
shangyy_hit
Contributor I

hi

When i use the map file for  Mpc5606B, there are some global big data  in the .data section of map ,which  i can't find  in the source file? 

just like

00000010 000050 40000010 000af1b0 1  .data exl.o
00000010 000009 40000010 000af1b0 4  exl_SIULCfgTabl exl.o
0000001c 000044 4000001c 000af1bc 4  @604 exl.o

the "@604" is a object in the exl.o, but i can not fine which is?

DO U have any document for this issue ,thks

0 Kudos
4 Replies

589 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

which IDE and which version do you use? What kind of software have you included into your project? I can see nothing like that in my projects.

Regards,

Lukas

0 Kudos

589 Views
shangyy_hit
Contributor I

sry,and the " exl.o " is all in C language

0 Kudos

589 Views
lukaszadrapa
NXP TechSupport
NXP TechSupport

Hi,

I was asking around but the only information I got is that it is something like substitute pointer used by compiler. I didn't get a documentation about that.

Regards,

Lukas

0 Kudos

589 Views
shangyy_hit
Contributor I

Hi

I use the makefile to build, and the tool list is as follow, So the IDE is the CW 2.10.

the

TOOL_PATH = C:\Program Files (x86)\Freescale\CW for MPC55xx and MPC56xx 2.10

CC = "$(TOOL_PATH)\PowerPC_EABI_Tools\Command_Line_Tools\mwcceppc.exe"

ASMBLER = "$(TOOL_PATH)\PowerPC_EABI_Tools\Command_Line_Tools\mwasmeppc.exe"

LINK = "$(TOOL_PATH)\PowerPC_EABI_Tools\Command_Line_Tools\mwldeppc.exe"

0 Kudos