Bug 8971 - build for beaglebone fails
Summary: build for beaglebone fails
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2016.05
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-04 14:56 UTC by Craig
Modified: 2016-06-12 19:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
build output (2.51 KB, application/x-xz)
2016-06-04 14:56 UTC, Craig
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig 2016-06-04 14:56:20 UTC
Created attachment 6446 [details]
build output

The build fails when I do:

  $ make beaglebone_defconfig
  $ make

I've attached the entire output of the make command.

I'm building on ubuntu 

➜  buildroot git:(aa6fd11) ✗ uname -a
Linux sigatoka 3.19.0-49-generic #55-Ubuntu SMP Fri Jan 22 02:10:24 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
➜  buildroot git:(aa6fd11) ✗ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 15.04
Release:	15.04
Codename:	vivid

If anyone needs more info please ask, I can't think of anything else right now.
Comment 1 Peter Seiderer 2016-06-06 21:03:58 UTC
Tested:

$ tar -xvjf buildroot-2016.05.tar.bz2
$ cd buildroot-2016.05
$ make beaglebone_defconfig
$ make

..and works (aborted after 'silentoldconfig Config.in' finished and
binutils-2.25.1.tar.bz2 download started), please try again (or with
the downloaded package instead of git?)...

Regards,
Peter