
30 Nov
2017
30 Nov
'17
7:40 p.m.
In order to compile u-boot, I tried to use CodeSourcery toolchain which did not work. However the version of arm-none-eabi toolchain hosted in Ubuntu reposiroty does compile u-boot codebase.
When I try to run the u-boot standalone executable qemu-arm, it complains about missing '/usr/lib/ld.so.1'. I understand this is a toolchain error. Which toolchain is officially supported? How do I locate the cross-compiled ld.so on my system? It doesn't seem to be lying under /usr/lib/arm-none-eabi directory.
--
Thanks & Regards,
Dipanjan