[U-Boot] powerpc-linux-gnu-ld: Warning: lib_powerpc/fpu/libpostpowerpcfpu.o uses hard float, libpost.o uses soft float

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

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

Scott Wood wrote:
I'm not sure what you mean by "Kumar's repository" (u-boot-mpc85xx.git?),
Yes.
but there hasn't been a
"lib_powerpc" for a while now.
Then what's this:
http://git.denx.de/?p=u-boot/u-boot-mpc85xx.git;a=tree;f=post/lib_powerpc;h=...
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.
This is from a freshly cloned tree.
I'm running git bisect now. 2010.12-rc1 works

On Thu, 20 Jan 2011 14:59:02 -0600 Timur Tabi timur@freescale.com wrote:
Scott Wood wrote:
I'm not sure what you mean by "Kumar's repository" (u-boot-mpc85xx.git?),
Yes.
but there hasn't been a
"lib_powerpc" for a while now.
Then what's this:
http://git.denx.de/?p=u-boot/u-boot-mpc85xx.git;a=tree;f=post/lib_powerpc;h=...
Ah. "post/" was stripped off the name in the error message, so I didn't look there.
Never mind.
-Scott

On Jan 20, 2011, at 3:06 PM, Scott Wood wrote:
On Thu, 20 Jan 2011 14:59:02 -0600 Timur Tabi timur@freescale.com wrote:
Scott Wood wrote:
I'm not sure what you mean by "Kumar's repository" (u-boot-mpc85xx.git?),
Yes.
but there hasn't been a
"lib_powerpc" for a while now.
Then what's this:
http://git.denx.de/?p=u-boot/u-boot-mpc85xx.git;a=tree;f=post/lib_powerpc;h=...
Ah. "post/" was stripped off the name in the error message, so I didn't look there.
The message is because the post FP code has real FP instructions (in asm I think) but we build -msoft-float
- k
participants (3)
-
Kumar Gala
-
Scott Wood
-
Timur Tabi