Bug 1183

Summary: make source fails to download gmp, mpfr and patches
Product: buildroot Reporter: Johan Thelin <johan>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target: ARM Integrator/CP
Build:
Attachments: Used configuration

Description Johan Thelin 2010-02-25 16:02:13 UTC
Created attachment 1165 [details]
Used configuration

When building for ARM Integrator/CP, the make source command does not work fully. To complete the install, I had to wget the following files manually:

http://ftp.gnu.org/pub/gnu/gmp/gmp-4.2.4.tar.bz2
http://www.mpfr.org/mpfr-2.4.1/mpfr-2.4.1.tar.bz2
http://www.mpfr.org/mpfr-2.4.1/patches

I use the integrator926_defconfig, but remove non-busybox applications. See attached configuration.
Comment 1 Peter Korsgaard 2010-02-25 16:33:08 UTC
Thanks, fixed in git (f561763e9189)