Hi,
I'm using SAMBA 2.11. (Ubuntu platform) for our customized board (AT91SAM9G25)
I have to recompile SAMBA tool after adding the the details for new flash in the NAND flash models list.
I'm using the cross compiler generated in buildroot-2011.05 (
http://www.at91.com/linux4sam/bin/view/Linux4SAM/BuildRoot_9x5)
I tried recompiling using the command
"
make CROSS_COMPILE=arm-linux-"
(Cross compiler path already exported to PATH)
but I got the error:
/projects/samg25/buildroot-2011.05/output/host/usr/lib/gcc/arm-unknown-linux-uclibcgnueabi/4.3.5/../../../../arm-unknown-linux-uclibcgnueabi/bin/ld: BFD (GNU Binutils) 2.21 assertion fail elf32-arm.c:12472
make[1]: *** [sram] Error 1
make[1]: Leaving directory `/projects/test/sam-ba_2.11_linux/sam-ba_cdc_cdc_linux/applets/sam9xx5/sam-ba_applets/lowlevelinit'
make: *** [applets] Error 2
Please help me in this regard..
Thanks in advance