[Buildroot] Analysis of build failures

Ezequiel Garcia ezequiel at vanguardiasur.com.ar
Fri May 9 13:34:12 UTC 2014


On 07 May 09:31 AM, Thomas Petazzoni wrote:
> >      nios2 |                  fio-fio-2.1.4 | NOK | http://autobuild.buildroot.net/results/9cd30031a40f768f6090cfba44c880fb2406672b/
> 
> Ezequiel?
> 

fio does a configure-time test to see if fallocate() is there, which passes
successfully. Then BR builds fio passing LARGE_FILE flags which makes the
toolchain try fallocate64(), which is not implemented.

However, I'm not sure how to either make the configure-time fallocate test
fail (so fio knows there's no fallocate), or prevent BR from passing the
LARGE_FILE flags.

Disable fio for nios2?
-- 
Ezequiel Garcia, VanguardiaSur
www.vanguardiasur.com.ar



More information about the buildroot mailing list