
Thanks Wolfgang
But can you please let me know why this "/libgcc.a(_udivdi3.o):(.ARM.exidx+0x0): undefined reference to `__aeabi_unwind_cpp_pr0'" Error message coming is it related to EABI releated issue
Actually when I add empty definition of this "__aeabi_unwind_cpp_pr0()" in u-boot I am able to build the Binary I am able to get u-boot prompt also on my board But problem I am facing is when I use this u-boot complete nand on my board goes bad. i.e u-boot> nand bad Above command shows complete nand as bad.
Thanks & Regards Bhavna Yadav -----Original Message----- From: Wolfgang Denk [mailto:wd@denx.de] Sent: Thursday, April 16, 2009 10:42 AM To: Bhavna YADAV Cc: u-boot@lists.denx.de Subject: Re: [U-Boot] u-boot-1.2.0 Compilation error with codesourcecry\sourcecry_g++_lite\2007q1-21
Dear Bhavna YADAV,
In message 03d201c9be4b$49779c50$2b52c70a@dlh.st.com you wrote:
I am trying to compile the u-boot-1.2.0 with arm-none-linux-gnueabi-gcc i.e codesourcery tool chain but I get compilation error
...
Can somebody please help me to resolve this issue.
Ancient code and recent tools don't mix. Either use a tool chain that is as old as the code you are using, or (better) use current code.
Best regards,
Wolfgang Denk