| Summary: | make fail | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | rootkiter <rootkiter> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2015.11 | ||
| Target Milestone: | 2016.02 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
rootkiter
2016-03-04 07:14:01 UTC
Could you be more specific in your bug report? Like attach your Buildroot .config file, tell which Buildroot version you're using, and indicate whether you get the same error while building the "fio" package, or when building another package. Thanks! Looks an awful lot like http://autobuild.buildroot.net/results/2a9/2a900ecd80b5f137a5344d7bf8b4fb321d4298da/build-end.log Sorry for @Thomas Petazzoni ,from China... I thouht http://autobuild.buildroot.net/results/578/578ae9da10d017ee9e2c15d37014f31a1114ef3a/ has the bug config... so I don't need put it up... I tested all most buildroot version from 2015 begin,all has this bug... On the "make menuconfig"... I just chose ``` Target packages -> Debugging,profiling and benchmark -> [*]fio ``` Then,this bug showed up...Cancle it,every thing is good.. My build target is "SuperH : ELF : sh4(SH4 little endian)" I just want get a "gdb && gdbserver(static) for SuperH", And I didn't find other items for gdb.. I thought I need this Item... PS:This is my first time report a bug to "Open source project"... so,I am realy don't know how to upload the .config file, and how to descript it... Maybe,Someone can give me an URL of "help page" for report the bugs... The Community will thank you for bringing a new person there... If all you need is gdb, why do you enable fio in your configuration, which is completely unrelated? fio indeed doesn't build for SuperH, I think we are simply going to disallow the selection of fio on SuperH. fio is now disabled for SuperH, since commit https://git.busybox.net/buildroot/commit/?id=b0c04616174737dd0b8ff27e73769fc4ea39320c. I've reported the build problem to the fio project upstream, see https://github.com/axboe/fio/issues/154. |