Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Beaglebone build broken ?
@ 2012-09-07 12:10 Vineet Gupta
  2012-09-07 12:49 ` Frank Hunleth
  0 siblings, 1 reply; 5+ messages in thread
From: Vineet Gupta @ 2012-09-07 12:10 UTC (permalink / raw)
  To: buildroot

Hi,

I'm using the tip of buildroot, to build for beaglebone (using
beaglebone_defconfig) and running into a couple of issues:

1. The hard FPU settings cause uClibc build to break (intermixing of
soft and hard) and an equivalent of below needs to be made to top level
config file.

-BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-fpu=vfpv3 --with-float=hard"
+BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-float=soft"
-# BR2_SOFT_FLOAT is not set
+BR2_SOFT_FLOAT=y

If this is a must, can this be committed to buildroot itself. I can't
propose a patch myself because I'm not sure why it must or must-not be
built with software float.

2. Next, it's failing when trying to get the custom kernel.

Cloning into bare repository
linux-linux-ti33x-psp-3.2-r5a+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91...
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
--2012-09-07 12:54:37-- 
http://sources.buildroot.net//linux-linux-ti33x-psp-3.2-r5a+gitr09e9651bcf2ee8d86685f2a8075bc6557b1d3b91.tar.gz
Resolving sources.buildroot.net... 176.9.16.109
Connecting to sources.buildroot.net|176.9.16.109|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-09-07 12:54:38 ERROR 404: Not Found.

A few months back I could successfully build bone image so obviously
this kernel issue was not present then.


Thanks,
Vineet

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-09-11 23:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 12:10 [Buildroot] Beaglebone build broken ? Vineet Gupta
2012-09-07 12:49 ` Frank Hunleth
2012-09-10 16:35   ` Alexandre Belloni
2012-09-11  4:19     ` Vineet Gupta
2012-09-11 23:18       ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox