u-boot-2011.09コンパイル(その2)

 libmpfr4の3.1.xがないので、gcc-4.6最新は試せないのですが、
 gcc-4.4(4.4.6-11)で試してみます。

make[1]: Entering directory `/home/landiskw1/uboot/u-boot-2011.09/examples/standalone'
ld  -e  --defsym reloc_dst= -r -o libstubs.o  stubs.o
ld: cannot find reloc_dst=: No such file or directory
make[1]: *** [libstubs.o] Error 1
make[1]: Leaving directory `/home/landiskw1/uboot/u-boot-2011.09/examples/standalone'
make: *** [examples/standalone] Error 2

うーん、なぜでしょう?リンクできません。
そうでした。gcc-4.6でconfigしてgcc-4.4でビルドしてました。configからやり直します。

make CROSS_COMPILE="" usl-5p_config
make CROSS_COMPILE=""

無事ビルド完了です。続いて、

make CROSS_COMPILE="" landisk_config
make CROSS_COMPILE=""

無事完了です。(お待たせしました。) >elijahさん