Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547226 - cross-avr/gcc[sanitizer]: C compiler cannot create executables
Summary: cross-avr/gcc[sanitizer]: C compiler cannot create executables
Status: RESOLVED DUPLICATE of bug 525910
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 21:48 UTC by Paweł Stankowski
Modified: 2015-05-18 16:00 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Stankowski 2015-04-20 21:48:19 UTC
sanitizer USE flag is glibs-specific, and cross-compiler for AVR uses dedicated avr-libc. It won't build with sanitizer USE flag (which is enabled by default).

Logs from build are available in the gentoo forum's thread from URL section.

I propose to remove sanitizer USE flag for gcc builds on AVR platform.

Reproducible: Always
Comment 1 Alex Xu (Hello71) 2015-04-26 16:42:23 UTC
i'm pretty sure this was already done...
Comment 2 Paweł Stankowski 2015-04-26 20:24:23 UTC
It was not working for me before explicitly disabling sanitizer flag in my package.use file. Is it because -S (stable) flag passed to cross-tools util?

Let me know if this is not reproducible.
Comment 3 SpanKY gentoo-dev 2015-05-18 16:00:13 UTC

*** This bug has been marked as a duplicate of bug 525910 ***