| Summary: | gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Uwe Hermann <uwe> |
| Component: | Other | Assignee: | Gustavo Zacarias <gustavo> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | x86_64 | Target: | sparc-buildroot-linux-gnu |
| Build: | |||
| Attachments: |
build log
.config |
||
Care to provide a config? I was able to build qemu_sparc_ss10_defconfig switching to gcc 4.9.2 just fine and it even boots. Yup, qemu_sparc_ss10_defconfig works for me as well. The attached config (based on a fresh checkout, "make menuconfig" and only minimal changes to the config settings) doesn't build for me though. Created attachment 5936 [details]
.config
Fixed in master commit e0046e533fe22240f6eda7048d2733b01adb15ef Thanks. |
Created attachment 5931 [details] build log gcc 4.9.2 fails to build for sparc-buildroot-linux-gnu (buildroot git HEAD as of today). In file included from ../../../../libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc:17:0: ../../../../libsanitizer/sanitizer_common/sanitizer_internal_defs.h:257:72: error: size of array ‘assertion_failed__865’ is negative typedef char IMPL_PASTE(assertion_failed_##_, line)[2*(int)(pred)-1] ^ Full log attached.