Bug 2191

Summary: linux-fusion build fail
Product: buildroot Reporter: Jordan <jordan.pan.yh>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: 2010.05   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Proposed fix

Description Jordan 2010-07-09 06:25:28 UTC
Hi,

My buildroot version is 2010.05. When I enable linux-fusion package in the build list, below error will appear ---

-------------
make[1]: Entering directory `/opt/projects/bsp-v3.0.2-retw/src/buildroot-2010.05/output/build/linux-fusion-8.1.1'
make[1]: *** No rule to make target `headers_install'.  Stop.
make[1]: Leaving directory `/opt/projects/bsp-v3.0.2-retw/src/buildroot-2010.05/output/build/linux-fusion-8.1.1'
------------

Review the make option for the linux-fusion package, there is no headers_install option in the Makefile.

My build target is for SHx processor. To confirm it is the same issue, then I rebuild the buildroot with ARM processor again. The result is same.

Does anybody know how to fix it?

Thanks & Best Regards
Jordan
Comment 1 Phil Edworthy 2010-07-12 10:32:07 UTC
Created attachment 2215 [details]
Proposed fix
Comment 2 Thomas Petazzoni 2010-07-16 21:46:57 UTC
Thanks for your fix. I've integrated it, and added more fixes needed for make linux-fusion build with the current Buildroot git. I've just sent a pull request to the mailing list with your fix and my additional fixes.
Comment 3 Peter Korsgaard 2010-07-16 22:03:10 UTC
Fixed by pulling Thomas' linux-fusion branch in git.