Bug 8751

Summary: make fail
Product: buildroot Reporter: rootkiter <rootkiter>
Component: OtherAssignee: 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
When I make with debug option... I got an Error... 

the log as same as this url:
http://autobuild.buildroot.net/results/578/578ae9da10d017ee9e2c15d37014f31a1114ef3a/build-end.log


I want build a file-system on SuperH...and I am a fresh.  who can help me...Thanks Very Much... I'm anxious...
Comment 1 Thomas Petazzoni 2016-03-04 08:25:51 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!
Comment 2 Arnout Vandecappelle 2016-03-06 20:37:53 UTC
Looks an awful lot like http://autobuild.buildroot.net/results/2a9/2a900ecd80b5f137a5344d7bf8b4fb321d4298da/build-end.log
Comment 3 rootkiter 2016-03-07 02:40:52 UTC
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...
Comment 4 Thomas Petazzoni 2016-03-10 13:53:30 UTC
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.
Comment 5 Thomas Petazzoni 2016-03-10 14:45:17 UTC
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.