Re: [U-Boot] Running u-boot on qemu-arm complains about missing ld.so.1

2017-11-30 Thread Dipanjan Das
Compiling uboot with Ubunu's arm-none-eabi package abd symlinking the ld.so from gcc-linaro-6.3.1-2017.02-x86_64_arm-linux-gnueabihf toolchain throws the following error: "Inconsistency detected by ld.so: rtld.c: 1137: dl_main: Assertion `GL(dl_rtld_map).l_libname' failed!" Compiling uboot with gc

[U-Boot] Running u-boot on qemu-arm complains about missing ld.so.1

2017-11-30 Thread Dipanjan Das
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'.