
20 Jan
2011
20 Jan
'11
9:53 p.m.
On Thu, 20 Jan 2011 14:37:35 -0600 Timur Tabi timur@freescale.com wrote:
I'm trying to build Kumar's repository, and I'm getting this error. Is anyone else seeing this?
$ make P4080DS_config awk '(NF && $1 !~ /^#/) { print $1 ": " $1 "_config; $(MAKE)" }' boards.cfg > .boards.depend Configuring for P4080DS board... $ make -s powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o uses hard float, libpost.o uses soft float
I'm not sure what you mean by "Kumar's repository" (u-boot-mpc85xx.git?), but there hasn't been a "lib_powerpc" for a while now.
Assuming you're trying to build a current tree in a workspace that hasn't been used in a while, try "make clean", or possbly "git clean -f -x -d" to be really sure.
-Scott