Part Number: TMS570LS1227
Tool/software: TI C/C++ Compiler
Hello,
I wondering why a get a non-constant output (.obj file) from repeated compilations of a non-changed c-file.
Looking at the output of the object viewer tool (armofd) I see that the .obj contains a symbol which changes each time I do the compilation:
Symbol Table ".symtab"
<0> ""
Value: 0x00000000 Kind: undefined
Binding: local Type: none
Size: 0 Visibility: STV_DEFAULT
<1> "7365210"
Value: 0x00000000 Kind: absolute
Binding: local Type: file
Size: 0 Visibility: STV_HIDDEN
...
Why is that? Is it possible to suppress this behaviour?
Regards
Michael