On Sun, Apr 29, 2012 at 3:34 PM, Elvis Dowson <[email protected]> wrote: > | 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/calls.c > -o calls.o
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 what version of binutils are you using _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
