Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Help me !!! compile error!!!

wuji
Beginner
676 Views

Linux: ubuntu 7.10 64bits

KERNEL: 2.6.22-15

intel fortran compiler 10.1.008 64bits

My program code is written by fortran 77

When it was compiled by ifort command, there are some error, as follows:

test.f:(.text+0x18a): relocation truncated to fit: R_X86_64_32 against symbol `aa10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x198): relocation truncated to fit: R_X86_64_32 against symbol `aa10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x1a6): relocation truncated to fit: R_X86_64_32 against symbol `aa10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x1f4): relocation truncated to fit: R_X86_64_PC32 against symbol `ii10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x1fa): relocation truncated to fit: R_X86_64_PC32 against symbol `ii10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x206): relocation truncated to fit: R_X86_64_PC32 against symbol `ii10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x20e): relocation truncated to fit: R_X86_64_PC32 against symbol `ii10_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x21c): relocation truncated to fit: R_X86_64_32S against symbol `rr11_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x230): relocation truncated to fit: R_X86_64_32S against symbol `rr11_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x244): relocation truncated to fit: R_X86_64_32S against symbol `rr30_' defined in COMMON section in /tmp/ifort0tBdL0.o
test.f:(.text+0x258): additional relocation overflows omitted from the output

0 Kudos
1 Reply
Kevin_D_Intel
Employee
676 Views

Please review these previous posts:

http://software.intel.com/en-us/forums/showthread.php?t=54173

http://software.intel.com/en-us/forums/showthread.php?t=43717

There are other related posts too that you can find by searching the forum for "relocation truncated"

0 Kudos
Reply