| Summary: | mplayer build issue | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Siegfried Siegert <s.siegert> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2015.05 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Siegfried Siegert
2015-08-06 20:01:56 UTC
Thanks for your bug report. Can you make sure that the problem still occurs after disabling ccache support and doing a "make clean all" ? Also: BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-float=hard --with-fpu=vfpv4-d16" BR2_TARGET_OPTIMIZATION=" -pipe -mfpu=vfpv4-d16 -mfloat-abi=hard" are not needed. If you want --with-float=hard, select EABIhf instead of EABI in the Target options. The FPU type is already passed since you selected BR2_ARM_FPU_VFPV4D16=y. (In reply to comment #1) > Can you make sure that the problem still occurs > after disabling ccache support and doing a "make clean all" ? same issue again after "make clean all" without ccache. > > Also: > > BR2_EXTRA_GCC_CONFIG_OPTIONS="--with-float=hard --with-fpu=vfpv4-d16" > BR2_TARGET_OPTIMIZATION=" -pipe -mfpu=vfpv4-d16 -mfloat-abi=hard" > > are not needed. If you want --with-float=hard, select EABIhf instead of EABI in > the Target options. The FPU type is already passed since you selected > BR2_ARM_FPU_VFPV4D16=y. Made further tests with and without this options, also tried EABIhf instead of EABI (always "make clean all" after configuration change) without any different result. Your defconfig (with just the post-build script, overlay, custom Busybox config, and the custom cflags removed) builds fine with the current Buildroot master. So I believe that the bug has been fixed (maybe due to the fact that the gcc version has been upgraded). I'll therefore close the bug. However, if you still see the issue, do not hesitate to re-open it. Thanks! |