I was building a cross-compiler from i686 linux to sparc solaris 2.8. Binutils
were configured as
../binutils-2.19/configure --target=sparc-sun-solaris2.8 \
--with-sysroot=/usr/local/sysroots/sparc-sun-solaris2.8
Where /usr/local/sysroots/sparc-sun-solaris2.8 contains the /usr/include and
/usr/
--- Additional Comments From hjl dot tools at gmail dot com 2008-12-01
22:07 ---
A patch is posted at
http://sourceware.org/ml/binutils/2008-12/msg7.html
--
http://sourceware.org/bugzilla/show_bug.cgi?id=7036
--- You are receiving this mail because: ---
You are on the C
--- Additional Comments From hjl dot tools at gmail dot com 2008-12-01
21:18 ---
We have .plt aligned at 32byte and .text aligned at 64byte. .text is
right after .plt. After the first relaxation pass, we have .text
at 0x1b7fbc0 and .plt at 0x1af5c20. .plt size is 0x89fa0. Then we find
t
Hi Søren,
Hi I get the following error during transformation of a binary files into a
text-segment.
Not quite sure what you mean here. Are you trying to convert a binary
file into an object file so that you can include it in a larger program
? (In which case it would probably be a data sec