
27 Jun
2013
27 Jun
'13
6:51 p.m.
Hi All,
I am cross-compiling u-boot2013-07 for mips64 board.These steps i have followed: 1)I have exported envionment variables CC,LD,AS,CCAS,AR and LD_LIBRARY_PATH. 2)export CROSS_COMPILE=mips64-unknown-elf- 3)make tools 4)make board_config 5)make all Linking error:relocation R_X86_64_32 against `board_init_f' can not be used when making a shared object; recompile with -fPIC /arch/mips/cpu.mips64./../../../lib/start.o: could not read symbols: Bad value.Please provide me pointer to resolve this.
Regards, Krishna