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
Created attachment 2215 [details] Proposed fix
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.
Fixed by pulling Thomas' linux-fusion branch in git.