| Summary: | error: conflicting types for 'getline' | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Henry Bubert <cryptix> |
| Component: | Other | Assignee: | Ulf Samuelsson <ulf.samuelsson> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | ||
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | x86 32Bit | Target: | Atmel AVR32 |
| Build: | |||
| Attachments: | apply getline() fix from linux kernel | ||
|
Description
Henry Bubert
2009-08-19 21:38:10 UTC
Created attachment 603 [details]
apply getline() fix from linux kernel
A few points: -) "Host", "Build" and "target" are triplets -) This is fixed on the 0_9_30 and master already -) it's even fixed in buildroot This is due to the fact that the user uses BR2_TOOLCHAIN_EXTERNAL_SOURCE to compile the AVR32 toolchain. And in this case, toolchain/uClibc/uClibc-0.9.30-unifdef-getline.patch does not get applied to the uClibc sources, leading to the build failure. This patch should probably be added to toolchain/uClibc/ext_source/Atmel/avr32/0.9.30-avr32-2.1.5/. fix wrong project |