[oe] gcc-4.4.1 assembler error: offset out of range

Elvis Dowson elvis.dowson at gmail.com
Mon Apr 30 18:21:30 UTC 2012


Hi Khem,

On Apr 30, 2012, at 12:41 AM, Khem Raj wrote:

> Go into the builddir of gcc and then execute the above command add -S
> to the options and now calls.o should be an asm file. Post that file
> somewhere

Here is the cfghooks.s assembler output file.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: cfghooks.s
Type: application/octet-stream
Size: 577487 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20120430/3ce70f96/attachment-0002.obj>
-------------- next part --------------


This is the error message that I get

arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/tool/overo-oe/tmp/sysroots/armv7a-angstrom-linux-gnueabi -c  -fexpensive-optimizations -frename-registers -fomit-frame-pointer -O2 -ggdb2 -DIN_GCC   -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H -I. -I. -I/tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc -I/tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc/. -I/tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc/../include -I/tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc/../libcpp/include -I/tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc/../libdecnumber -I/tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc/../libdecnumber/dpd -I../libdecnumber   -I/usr/include/libelf   /tool/overo-oe/tmp/work/armv7a-angstrom-linux-gnueabi/gcc-4.5-r41.1+svnr170880/gcc-4_5-branch/gcc/cfghooks.c -o cfghooks.o
| /tmp/ccO2e0qW.s: Assembler messages:
| /tmp/ccO2e0qW.s:520: Error: offset out of range
| /tmp/ccO2e0qW.s:522: Error: offset out of range
| /tmp/ccO2e0qW.s:586: Error: offset out of range
| /tmp/ccO2e0qW.s:587: Error: offset out of range
| /tmp/ccO2e0qW.s:683: Error: offset out of range
| /tmp/ccO2e0qW.s:687: Error: offset out of range
| /tmp/ccO2e0qW.s:1075: Error: offset out of range
| /tmp/ccO2e0qW.s:1076: Error: offset out of range
| /tmp/ccO2e0qW.s:1507: Error: offset out of range
| /tmp/ccO2e0qW.s:1508: Error: offset out of range
| /tmp/ccO2e0qW.s:1547: Error: offset out of range
| /tmp/ccO2e0qW.s:1548: Error: offset out of range
| /tmp/ccO2e0qW.s:1667: Error: offset out of range
| /tmp/ccO2e0qW.s:1668: Error: offset out of range
| /tmp/ccO2e0qW.s:2071: Error: offset out of range
| /tmp/ccO2e0qW.s:2074: Error: offset out of range
| /tmp/ccO2e0qW.s:2234: Error: offset out of range
| /tmp/ccO2e0qW.s:2235: Error: offset out of range
| /tmp/ccO2e0qW.s:2536: Error: offset out of range
| /tmp/ccO2e0qW.s:2540: Error: offset out of range
| /tmp/ccO2e0qW.s:3105: Error: offset out of range
| /tmp/ccO2e0qW.s:3110: Error: offset out of range
| /tmp/ccO2e0qW.s:3425: Error: offset out of range
| /tmp/ccO2e0qW.s:3426: Error: offset out of range
| /tmp/ccO2e0qW.s:4048: Error: offset out of range
| /tmp/ccO2e0qW.s:4055: Error: offset out of range


> what version of binutils are you using

The version of binutils that is being built by overo-oe overo-2011.03 branch is binutils-cross-2.18.50.0.7-r13.1

Best regards,

Elvis Dowson



More information about the Openembedded-devel mailing list