Hi Ashutosh,
I had posted a problem related to binutils 2.16.92
Please refer to the following link for the posted problem,
http://lists.gnu.org/archive/html/bug-binutils/2006-07/msg00041.html
Kindly let us know your comments on the same.
I have just tested this problem using an arm-eabi toolc
Hi,
I had posted a problem related to binutils 2.16.92
Please refer to the following link for the posted problem,
http://lists.gnu.org/archive/html/bug-binutils/2006-07/msg00041.html
After further investigation, I found that this problem also exists for
ARM and m32r targets also.
Kindly let me k
Hi,
I had posted a problem related to binutils 2.16.92
Please refer to the following link for the posted problem,
http://lists.gnu.org/archive/html/bug-binutils/2006-07/msg00041.html
Kindly let us know your comments on the same.
Regards,
Ashutosh Yeole
KPIT Cummins InfoSystems Ltd.
Pune, India
Hi,
I am facing a problem in binutils 2.16.92.
Please refer to the code and the linker script below.
CODE:
-
char ldTest __attribute__ ((section("TEST")));
int main(void)
{
ldTest = 5;
}
LINKER SCRIPT:
--
.bss :
{
_bss = .;